summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 242d836b0..ad20e7a91 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -12,7 +12,7 @@ config("deno_config") {
rust_executable("deno") {
source_root = "src/main.rs"
- rust_deps = [ ":libc" ]
+ extern = [ ":libc" ]
deps = [
":libdeno",
]