From 18d9b5c29db6a20a09b22d83f0ea60dcd396d3a7 Mon Sep 17 00:00:00 2001 From: Cheng Date: Mon, 29 Apr 2024 17:29:03 +0900 Subject: [PATCH] build: make simdjson a public dep in GN build --- unofficial.gni | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unofficial.gni b/unofficial.gni index 027805104fc8ec..4ae6d80e1245d9 100644 --- a/unofficial.gni +++ b/unofficial.gni @@ -140,6 +140,7 @@ template("node_gn_build") { "deps/ada", "deps/uv", "deps/base64", + "deps/simdjson", "$node_v8_path", ] deps = [ @@ -151,7 +152,6 @@ template("node_gn_build") { "deps/nghttp2", "deps/ngtcp2", "deps/postject", - "deps/simdjson", "deps/simdutf", "deps/uvwasi", "//third_party/zlib",