Skip to content

Commit 067ab06

Browse files
committed
build: fix building embedtest in GN build
PR-URL: #53145 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent a320ac6 commit 067ab06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unofficial.gni

+1
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ template("node_gn_build") {
346346
output_name = "embedtest"
347347
testonly = true
348348
deps = [ ":libnode" ]
349+
include_dirs = [ "tools" ]
349350
sources = [
350351
"src/node_snapshot_stub.cc",
351352
"test/embedding/embedtest.cc",

0 commit comments

Comments
 (0)