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 <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
zcbenz authored and marco-ippolito committed Jun 17, 2024
1 parent cf817e1 commit 918962d
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 918962d

Please sign in to comment.