diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-02 10:59:29 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-07-04 14:24:25 +0200 |
commit | 15d6541d4d276c7e36c1d0a42292c85682ddeb25 (patch) | |
tree | c4d1fe56953b27733736132daf97ea0e0cbe3129 /BUILD.gn | |
parent | 693e43e421ea95193a69b06ceaedbad9ade854da (diff) |
Separate deno.gni and rust.gni and clean up.
Put rust depfile in target_out_dir because the depfile isn't in the
outputs, the gen directory doesn't get created.
Prefix rlib files with lib.
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ import("//third_party/protobuf/proto_library.gni") import("//third_party/v8/gni/v8.gni") import("//third_party/v8/snapshot_toolchain.gni") import("deno.gni") +import("rust.gni") config("deno_config") { include_dirs = [ "third_party/v8" ] # This allows us to v8/src/base/ libraries. |