Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit d1dd0d6

Browse files
committed
gyp: preserve v8dbg syms on freebsd too
1 parent ffd0116 commit d1dd0d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node.gyp

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
],
163163
},
164164
'conditions': [
165-
['OS=="linux"', {
165+
['OS in "linux freebsd"', {
166166
'ldflags': [
167167
'-Wl,--whole-archive <(PRODUCT_DIR)/libopenssl.a -Wl,--no-whole-archive',
168168
],
@@ -318,7 +318,7 @@
318318
],
319319
}],
320320
[
321-
'OS=="linux" and node_shared_v8=="false"', {
321+
'OS in "linux freebsd" and node_shared_v8=="false"', {
322322
'ldflags': [
323323
'-Wl,--whole-archive <(V8_BASE) -Wl,--no-whole-archive',
324324
],

0 commit comments

Comments
 (0)