Merge pull request #36 from brightray/linux
include library dependencies explicitly
This commit is contained in:
commit
1f2c2d416c
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@
|
|||
'link_settings': {
|
||||
'libraries': [
|
||||
'<(brightray_source_root)/<(libchromiumcontent_library_dir)/libchromiumcontent.so',
|
||||
'-lpthread',
|
||||
'<!@(pkg-config --libs gtk+-2.0)',
|
||||
],
|
||||
},
|
||||
}],
|
||||
|
|
Loading…
Reference in a new issue