Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexcfyung <alexcfyung@hotmail.com>2022-02-15 14:51:52 +0300
committerGitHub <noreply@github.com>2022-02-15 14:51:52 +0300
commite0fa7e06083969a7d00e9b5cfa2b7f84831cb287 (patch)
tree9cec59968c2a67d9707f823a703fccd0262af88e /common.gypi
parentee38bbd4cfc9d515b185fb406ffce5919e63bafa (diff)
build: use zoslib_include_dir provided by node-gyp
The path is based on the zoslib gyp path passed to configure.py via --static-zoslib-gyp arg. PR-URL: https://github.com/nodejs/node/pull/41713 Co-authored-by: Gaby Baghdadi <baghdadi@ca.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 537be24c2fa..2027a4e1050 100644
--- a/common.gypi
+++ b/common.gypi
@@ -615,7 +615,7 @@
'-q64',
],
# for addons due to v8config.h include of "zos-base.h":
- 'include_dirs': ['$(ZOSLIB_INCLUDES)'],
+ 'include_dirs': ['<(zoslib_include_dir)'],
}],
],
}