diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2019-06-04 19:35:51 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-07-08 18:18:28 -0400 |
| commit | d641782c823317a2d2f64d646a0d5b8b6c22b771 (patch) | |
| tree | a03beb0939a46333636d0de68eee052978103cfe /cli/BUILD.gn | |
| parent | 79c3439f269f1e0e24003518e363988fa4f1da33 (diff) | |
Rewrite snapshot_creator in Rust
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 20a5b2dee..7f19f8b95 100644 --- a/cli/BUILD.gn +++ b/cli/BUILD.gn @@ -5,7 +5,7 @@ import("//build_extra/flatbuffers/rust/rust_flatbuffer.gni") import("//build_extra/rust/rust.gni") import("//third_party/v8/gni/snapshot_toolchain.gni") import("//third_party/v8/gni/v8.gni") -import("../deno.gni") +import("deno.gni") main_extern = [ { |
