mirror of
https://github.com/electron/electron.git
synced 2026-01-28 16:58:21 -05:00
node.so should link with libc++.so
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user