mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-29 18:49:52 +01:00
Windows: Add missing pe_image.lib to cef_sandbox.lib (issue #2266)
This commit is contained in:
parent
c95b92f1e8
commit
b0edce9c9d
@ -673,6 +673,7 @@ if platform == 'windows':
|
||||
'obj\\base\\base.lib',
|
||||
'obj\\base\\base_static.lib',
|
||||
'obj\\base\\third_party\\dynamic_annotations\\dynamic_annotations.lib',
|
||||
'obj\\base\\win\\pe_image.lib',
|
||||
cef_sandbox_lib,
|
||||
'obj\\sandbox\\win\\sandbox.lib',
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user