mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
build: fix building embedtest in GN build
PR-URL: https://github.com/nodejs/node/pull/53145 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
@@ -346,6 +346,7 @@ template("node_gn_build") {
|
||||
output_name = "embedtest"
|
||||
testonly = true
|
||||
deps = [ ":libnode" ]
|
||||
include_dirs = [ "tools" ]
|
||||
sources = [
|
||||
"src/node_snapshot_stub.cc",
|
||||
"test/embedding/embedtest.cc",
|
||||
|
||||
Reference in New Issue
Block a user