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:
parent
3827f817c7
commit
bbabccf9aa
Binary file not shown.
|
@ -799,7 +799,6 @@ if platform == 'windows':
|
||||||
# yapf: disable
|
# yapf: disable
|
||||||
binaries = [
|
binaries = [
|
||||||
{'path': 'chrome_elf.dll'},
|
{'path': 'chrome_elf.dll'},
|
||||||
{'path': 'd3dcompiler_47.dll'},
|
|
||||||
{'path': libcef_dll},
|
{'path': libcef_dll},
|
||||||
{'path': 'libEGL.dll'},
|
{'path': 'libEGL.dll'},
|
||||||
{'path': 'libGLESv2.dll'},
|
{'path': 'libGLESv2.dll'},
|
||||||
|
|
Loading…
Reference in New Issue