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 e81ac64dd..37e89626e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -64,7 +64,6 @@ main_extern = [
"$rust_build:tokio_threadpool",
"$rust_build:url",
"//build_extra/flatbuffers/rust:flatbuffers",
- ":msg_rs",
]
ts_sources = [
@@ -126,6 +125,7 @@ rust_executable("deno") {
extern = main_extern
deps = [
":libdeno",
+ ":msg_rs",
":snapshot",
]
}