We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8086337 commit c114082Copy full SHA for c114082
deps/nbytes/nbytes.gyp
@@ -6,9 +6,9 @@
6
{
7
'target_name': 'nbytes',
8
'type': 'static_library',
9
- 'include_dirs': ['src', 'include'],
+ 'include_dirs': ['include'],
10
'direct_dependent_settings': {
11
12
},
13
'sources': [ '<@(nbytes_sources)' ]
14
deps/nbytes/unofficial.gni
@@ -9,7 +9,7 @@ import("$node_v8_path/gni/v8.gni")
# prevent accidental edits from contributors.
template("nbytes_gn_build") {
config("nbytes_config") {
- include_dirs = [ "." ]
+ include_dirs = [ "include" ]
}
15
gypi_values = exec_script("../../tools/gypi_to_gn.py",
0 commit comments