From 832c4f3011a923febef3635882f5c6462995b875 Mon Sep 17 00:00:00 2001 From: Cheng Date: Sun, 5 May 2024 13:06:24 +0900 Subject: [PATCH] build: make simdjson a public dep in GN build PR-URL: https://github.com/nodejs/node/pull/52755 Reviewed-By: Benjamin Gruenbaum Reviewed-By: Luigi Pinca --- 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",