Skip to content

Commit 550ba30

Browse files
pthiervictorgomes
authored andcommitted
Add simdutf to gn include path
1 parent 60e6996 commit 550ba30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unofficial.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ template("node_gn_build") {
339339
"src/embedded_data.cc",
340340
"src/embedded_data.h",
341341
]
342-
include_dirs = [ "src" ]
342+
include_dirs = [ "src", "$node_simdutf_path" ]
343343
}
344344

345345
action("run_node_js2c") {

0 commit comments

Comments
 (0)