diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ config("deno_config") { rust_executable("deno") { source_root = "src/main.rs" - rust_deps = [ ":libc" ] + extern = [ ":libc" ] deps = [ ":libdeno", ] |