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
committerDanielle Adams <adamzdanielle@gmail.com>2022-04-24 05:26:02 +0300
commitd2c16242792f7e014f08bffc9cd46f8f5eee7415 (patch)
tree3a0da10f5056c7ab367ec02eb83160fb2c4b3b97 /common.gypi
parentd77db883869b3ddb4565c6895261da852d3474be (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 fae718a7cb5..bdc2c105abe 100644
--- a/common.gypi
+++ b/common.gypi
@@ -621,7 +621,7 @@
'-q64',
],
# for addons due to v8config.h include of "zos-base.h":
- 'include_dirs': ['$(ZOSLIB_INCLUDES)'],
+ 'include_dirs': ['<(zoslib_include_dir)'],
}],
],
}