mirror of
https://github.com/electron/electron.git
synced 2026-01-29 09:18:18 -05:00
include library dependencies explicitly
This is necessary for more recent versions of Clang, e.g., on Debian unstable.
This commit is contained in:
@@ -90,6 +90,8 @@
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'<(brightray_source_root)/<(libchromiumcontent_library_dir)/libchromiumcontent.so',
|
||||
'-lpthread',
|
||||
'<!@(pkg-config --libs gtk+-2.0)',
|
||||
],
|
||||
},
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user