Call ninja directly from build.rs (#2020)

This commit is contained in:
Ryan Dahl 2019-03-30 19:27:00 -04:00 committed by GitHub
parent c9614d86c1
commit 6744bb8d75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 49 additions and 23 deletions

View file

@ -1,7 +1,7 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
// Run "cargo build -vv" if you want to see gn output.
mod gn {
include!("../gn.rs");
include!("../tools/gn.rs");
}
fn main() {