diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-06-12 22:05:49 +0200 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-06-13 00:31:38 +0200 |
commit | 1676822888ef6c75bb2afff3b7a93d030d63f2ea (patch) | |
tree | 5a785a6af7713f0fc44d5c9a02062dfc046f09fa /deno2/BUILD.gn | |
parent | 36f657c0d2961a8a798b0f209ff40aabd169b766 (diff) |
deno2: build on Windows
Diffstat (limited to 'deno2/BUILD.gn')
-rw-r--r-- | deno2/BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deno2/BUILD.gn b/deno2/BUILD.gn index 58859293f..749667d3a 100644 --- a/deno2/BUILD.gn +++ b/deno2/BUILD.gn @@ -88,7 +88,7 @@ run_node("bundle") { ":run_tsc", ] args = [ - "./node_modules/.bin/browserify", + "./node_modules/browserify/bin/cmd.js", rebase_path(main_source, root_build_dir), "-o", rebase_path(main_output, root_build_dir), @@ -112,7 +112,7 @@ run_node("run_tsc") { ":pbjs_hack", ] args = [ - "./node_modules/.bin/tsc", + "./node_modules/typescript/bin/tsc", "-p", rebase_path("js/tsconfig.json", root_build_dir), "--outDir", |