summaryrefslogtreecommitdiff
path: root/core/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/build.rs')
-rw-r--r--core/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/build.rs b/core/build.rs
index 0cb775e5c..8b827d9e7 100644
--- a/core/build.rs
+++ b/core/build.rs
@@ -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() {