diff options
author | Bert Belder <bertbelder@gmail.com> | 2018-12-13 22:19:17 +0100 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2018-12-19 17:50:25 +0100 |
commit | 73e80b0763cf2e14f7dc26d679d3b457106597cc (patch) | |
tree | e26c631f52723c063990c79cbf7b36733a14987b /BUILD.gn | |
parent | 3a316330417945d46c8137e3d5e54325fd7b22ec (diff) |
build: make `cargo build` work
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -17,13 +17,6 @@ group("default") { ] } -# Set of targets that need to be built for `cargo check` to succeed. -group("cargo_check_deps") { - deps = [ - ":msg_rs", - ] -} - main_extern = [ "$rust_build:atty", "$rust_build:dirs", @@ -112,6 +105,8 @@ ts_sources = [ "third_party/yarn.lock", ] +# When Cargo is driving the build, GN/Ninja are used to produce these non-Rust +# targets. Cargo handles all Rust source files and the final linking step. group("deno_deps") { deps = [ ":msg_rs", |