Skip to content

Commit 7f866a8

Browse files
zcbenztargos
authored andcommitted
build: make simdjson a public dep in GN build
PR-URL: #52755 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent b96868b commit 7f866a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unofficial.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ template("node_gn_build") {
140140
"deps/ada",
141141
"deps/uv",
142142
"deps/base64",
143+
"deps/simdjson",
143144
"$node_v8_path",
144145
]
145146
deps = [
@@ -151,7 +152,6 @@ template("node_gn_build") {
151152
"deps/nghttp2",
152153
"deps/ngtcp2",
153154
"deps/postject",
154-
"deps/simdjson",
155155
"deps/simdutf",
156156
"deps/uvwasi",
157157
"//third_party/zlib",

0 commit comments

Comments
 (0)