We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd0116 commit d1dd0d6Copy full SHA for d1dd0d6
1 file changed
node.gyp
@@ -162,7 +162,7 @@
162
],
163
},
164
'conditions': [
165
- ['OS=="linux"', {
+ ['OS in "linux freebsd"', {
166
'ldflags': [
167
'-Wl,--whole-archive <(PRODUCT_DIR)/libopenssl.a -Wl,--no-whole-archive',
168
@@ -318,7 +318,7 @@
318
319
}],
320
[
321
- 'OS=="linux" and node_shared_v8=="false"', {
+ 'OS in "linux freebsd" and node_shared_v8=="false"', {
322
323
'-Wl,--whole-archive <(V8_BASE) -Wl,--no-whole-archive',
324
0 commit comments