gyp: preserve v8dbg syms on freebsd too
This commit is contained in:
parent
0d357fa135
commit
9134a3bf41
4
node.gyp
4
node.gyp
@ -191,7 +191,7 @@
|
||||
],
|
||||
},
|
||||
'conditions': [
|
||||
['OS=="linux"', {
|
||||
['OS in "linux freebsd"', {
|
||||
'ldflags': [
|
||||
'-Wl,--whole-archive <(PRODUCT_DIR)/libopenssl.a -Wl,--no-whole-archive',
|
||||
],
|
||||
@ -351,7 +351,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',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user