mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
build: make simdjson a public dep in GN build
PR-URL: https://github.com/nodejs/node/pull/52755 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user