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: #52755
Reviewed-By: Benjamin Gruenbaum <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
zcbenz authored and targos committed May 8, 2024
1 parent b96868b commit 7f866a8
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 7f866a8

Please sign in to comment.