summaryrefslogtreecommitdiff
path: root/cli/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'cli/BUILD.gn')
-rw-r--r--cli/BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/BUILD.gn b/cli/BUILD.gn
index a292e559f..7bf34dec3 100644
--- a/cli/BUILD.gn
+++ b/cli/BUILD.gn
@@ -42,6 +42,9 @@ main_extern = [
if (is_win) {
main_extern += [ "$rust_build:winapi" ]
}
+if (is_posix) {
+ main_extern += [ "$rust_build:nix" ]
+}
ts_sources = [
"../js/assets.ts",