Link client apps against base_static.lib
This is required to get base::win::PEImage, which is required by sandboxing code. * vendor/libchromiumcontent c973a7c...04ccdd8 (1): > Export base_static.lib for Windows clients
This commit is contained in:
parent
6a8ee865f4
commit
18b64f375c
2 changed files with 2 additions and 1 deletions
|
@ -74,6 +74,7 @@
|
|||
['OS=="win"', {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_library_dir)/base_static.lib',
|
||||
'<(libchromiumcontent_library_dir)/chromiumcontent.dll.lib',
|
||||
'<(libchromiumcontent_library_dir)/sandbox_static.lib',
|
||||
],
|
||||
|
|
2
brightray/vendor/libchromiumcontent
vendored
2
brightray/vendor/libchromiumcontent
vendored
|
@ -1 +1 @@
|
|||
Subproject commit c973a7c3937fd31183e2fcf6809dc7182c5fe0ec
|
||||
Subproject commit 04ccdd8d3c9938eeff3764f77c955ac08553c960
|
Loading…
Reference in a new issue