Skip to content

Commit

Permalink
gyp: preserve v8dbg syms on freebsd too
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Aug 18, 2014
1 parent ffd0116 commit d1dd0d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
],
},
'conditions': [
['OS=="linux"', {
['OS in "linux freebsd"', {
'ldflags': [
'-Wl,--whole-archive <(PRODUCT_DIR)/libopenssl.a -Wl,--no-whole-archive',
],
Expand Down Expand Up @@ -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',
],
Expand Down

0 comments on commit d1dd0d6

Please sign in to comment.