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-01-12 23:30:05 +0300
committerMichael Dawson <mdawson@devrus.com>2022-01-21 22:21:52 +0300
commitec1364b6ae8f3be9054af5c56c7bf7c2d1b7c735 (patch)
treec21e9977db82d22af335b61658415b6d43a56e2b /common.gypi
parent087939471a47d7059223a5f52c933d37cbe547a9 (diff)
build: enable zoslib installation on z/OS
zoslib is a C/C++ runtime library and an extended implementation of the z/OS LE C Runtime Library. PR-URL: https://github.com/nodejs/node/pull/41493 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Co-authored-by: Gaby Baghdadi <baghdadi@ca.ibm.com>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.gypi b/common.gypi
index 4a71d03b9b1..d22e6fd0ec6 100644
--- a/common.gypi
+++ b/common.gypi
@@ -618,6 +618,8 @@
'ldflags': [
'-q64',
],
+ # for addons due to v8config.h include of "zos-base.h":
+ 'include_dirs': ['$(ZOSLIB_INCLUDES)'],
}],
],
}