summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
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 dc860d3e56..160303f69f 100644
--- a/node.gyp
+++ b/node.gyp
@@ -234,7 +234,7 @@
},
},
'conditions': [
- ['OS in "linux freebsd openbsd solaris android"', {
+ ['OS!="aix"', {
'ldflags': [
'-Wl,--whole-archive,<(obj_dir)/<(STATIC_LIB_PREFIX)'
'<(node_core_target_name)<(STATIC_LIB_SUFFIX)',