From 6c8c3d89b0a0f2579af4873ef888f1052c660cdc Mon Sep 17 00:00:00 2001 From: chexiongsheng Date: Wed, 21 Sep 2022 18:02:40 +0800 Subject: gyp: libnode for ios app embedding PR-URL: https://github.com/nodejs/node/pull/44210 Reviewed-By: Jiawen Geng --- node.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.gyp') 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)', -- cgit v1.2.1