mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 21:19:50 +01:00
build: drop base64 dep in GN build
PR-URL: https://github.com/nodejs/node/pull/52856 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
This commit is contained in:
parent
951af83033
commit
95c16b2baf
@ -139,7 +139,6 @@ template("node_gn_build") {
|
||||
public_deps = [
|
||||
"deps/ada",
|
||||
"deps/uv",
|
||||
"deps/base64",
|
||||
"deps/simdjson",
|
||||
"$node_v8_path",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user