summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorchexiongsheng <chexiongsheng@qq.com>2022-09-21 18:02:40 +0800
committerGitHub <noreply@github.com>2022-09-21 18:02:40 +0800
commit6c8c3d89b0a0f2579af4873ef888f1052c660cdc (patch)
treed06f191c65c0bf0dced33f9822abe124b41f6162 /node.gyp
parent68a3618bb43f460d0a4afe31a0b914b2a6201463 (diff)
downloadnode-new-6c8c3d89b0a0f2579af4873ef888f1052c660cdc.tar.gz
gyp: libnode for ios app embedding
PR-URL: https://github.com/nodejs/node/pull/44210 Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 84c6a4cd22..51bdae5770 100644
--- a/node.gyp
+++ b/node.gyp
@@ -226,7 +226,7 @@
},
},
'conditions': [
- ['OS != "aix" and OS != "mac"', {
+ ['OS != "aix" and OS != "mac" and OS != "ios"', {
'ldflags': [
'-Wl,--whole-archive',
'<(obj_dir)/<(STATIC_LIB_PREFIX)<(node_core_target_name)<(STATIC_LIB_SUFFIX)',