mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Add d3dcompiler_47.dll version 10.0.17134.12
This change adds the d3dcompiler_47.dll version that was included with Windows SDK 10.0.17134. The newer version of this file included with Windows SDK 10.0.17763 adds a dependency on the Universal C Runtime (api-ms-win-crt-*.dll) which might not be installed on Windows 7 (requires KB2999226).
This commit is contained in:
@ -799,7 +799,6 @@ if platform == 'windows':
|
||||
# yapf: disable
|
||||
binaries = [
|
||||
{'path': 'chrome_elf.dll'},
|
||||
{'path': 'd3dcompiler_47.dll'},
|
||||
{'path': libcef_dll},
|
||||
{'path': 'libEGL.dll'},
|
||||
{'path': 'libGLESv2.dll'},
|
||||
|
Reference in New Issue
Block a user