node.so should link with libc++.so
This commit is contained in:
parent
2fcf2c81bf
commit
9d05c59600
1 changed files with 4 additions and 1 deletions
|
@ -246,12 +246,15 @@
|
|||
}], # OS=="win"
|
||||
],
|
||||
}],
|
||||
['OS=="linux" and _target_name in ["dump_syms"]', {
|
||||
['OS=="linux" and _target_name in ["dump_syms", "node"]', {
|
||||
'conditions': [
|
||||
['libchromiumcontent_component==0', {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_dir)/libc++.a',
|
||||
],
|
||||
'ldflags': [
|
||||
'-lpthread',
|
||||
],
|
||||
}, {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_dir)/libc++.so',
|
||||
|
|
Loading…
Reference in a new issue