diff options
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r-- | cli/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn index f6000a08f..32c00d8cf 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -8,7 +8,7 @@ import("//third_party/v8/snapshot_toolchain.gni") import("../deno.gni") main_extern = [ - "../core:deno_core", + "../core:deno", "$rust_build:ansi_term", "$rust_build:atty", |