From 73e80b0763cf2e14f7dc26d679d3b457106597cc Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 13 Dec 2018 22:19:17 +0100 Subject: build: make `cargo build` work --- BUILD.gn | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 1f6298ae4..bf87fc61a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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", -- cgit v1.2.3