summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index 33c4f0e0bb..fbf0292a2e 100644
--- a/node.gyp
+++ b/node.gyp
@@ -162,7 +162,7 @@
],
},
'conditions': [
- ['OS=="linux"', {
+ ['OS in "linux freebsd"', {
'ldflags': [
'-Wl,--whole-archive <(PRODUCT_DIR)/libopenssl.a -Wl,--no-whole-archive',
],
@@ -318,7 +318,7 @@
],
}],
[
- 'OS=="linux" and node_shared_v8=="false"', {
+ 'OS in "linux freebsd" and node_shared_v8=="false"', {
'ldflags': [
'-Wl,--whole-archive <(V8_BASE) -Wl,--no-whole-archive',
],