mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 21:19:50 +01: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:
parent
a320ac6ebd
commit
067ab06f21
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user