diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2019-03-30 19:30:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-30 19:30:40 -0400 |
| commit | e9910d8ae510fcef54ae2f0a83199daa81c15df1 (patch) | |
| tree | c92661bb090f2b249508d3b374ed55e516b3f520 /cli/BUILD.gn | |
| parent | 6744bb8d750b9ab11d2ec9448334732b98feb58a (diff) | |
Rename crate deno_core to deno (#2022)
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", |
