mirror of
https://github.com/denoland/deno.git
synced 2025-08-03 18:38:33 +00:00
Call ninja directly from build.rs (#2020)
This commit is contained in:
parent
c9614d86c1
commit
6744bb8d75
5 changed files with 49 additions and 23 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue