Skip to content

Commit

Permalink
build: fix building embedtest in GN build
Browse files Browse the repository at this point in the history
PR-URL: #53145
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
zcbenz authored and marco-ippolito committed Jul 19, 2024
1 parent 3a16934 commit bb06778
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unofficial.gni
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit bb06778

Please sign in to comment.