deps: fix include_dirs of nbytes

PR-URL: https://github.com/nodejs/node/pull/53862
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Cheng 2024-07-18 16:39:34 +09:00 committed by GitHub
parent bcec922e3e
commit 014dad5953
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@
{
'target_name': 'nbytes',
'type': 'static_library',
'include_dirs': ['src', 'include'],
'include_dirs': ['include'],
'direct_dependent_settings': {
'include_dirs': ['src', 'include'],
'include_dirs': ['include'],
},
'sources': [ '<@(nbytes_sources)' ]
},

View File

@ -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" ]
}
gypi_values = exec_script("../../tools/gypi_to_gn.py",