diff options
| author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-04-08 06:11:32 -0700 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-08 09:11:32 -0400 |
| commit | 1746a3ac69c880b76d4320b701e68a385e37900d (patch) | |
| tree | 94c56333455813d4c5fed535795783f4f2d2cd02 /cli/BUILD.gn | |
| parent | 4232c89c9eb18b32a6e87bfbb46c8d5862f52fb3 (diff) | |
Add link/linkSync fs call for hardlinks (#2074)
Diffstat (limited to 'cli/BUILD.gn')
| -rw-r--r-- | cli/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn index ee032a757..f385a0391 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -72,6 +72,7 @@ ts_sources = [ "../js/headers.ts", "../js/io.ts", "../js/lib.web_assembly.d.ts", + "../js/link.ts", "../js/location.ts", "../js/main.ts", "../js/make_temp_dir.ts", |
