Skip to content

Commit

Permalink
build: make simdjson a public dep in GN build
Browse files Browse the repository at this point in the history
PR-URL: nodejs#52755
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
zcbenz committed May 5, 2024
1 parent 44287af commit 77db391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unofficial.gni
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ template("node_gn_build") {
"deps/ada",
"deps/uv",
"deps/base64",
"deps/simdjson",
"$node_v8_path",
]
deps = [
Expand All @@ -151,7 +152,6 @@ template("node_gn_build") {
"deps/nghttp2",
"deps/ngtcp2",
"deps/postject",
"deps/simdjson",
"deps/simdutf",
"deps/uvwasi",
"//third_party/zlib",
Expand Down

0 comments on commit 77db391

Please sign in to comment.