mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Remove wow_helper.exe which is no longer required (issue #1915)
This commit is contained in:
@ -486,8 +486,6 @@ if platform == 'windows':
|
||||
'snapshot_blob.bin',
|
||||
'widevinecdmadapter.dll',
|
||||
]
|
||||
if not options.x64build:
|
||||
binaries.append('wow_helper.exe')
|
||||
|
||||
out_dir = os.path.join(src_dir, 'out')
|
||||
libcef_dll_file = 'libcef.dll.lib'
|
||||
|
Reference in New Issue
Block a user