win: distrib: Add DirectX compiler binaries for WebGPU (fixes #3646)

This commit is contained in:
Marshall Greenblatt
2024-02-15 16:59:55 -05:00
parent 706193f3d9
commit 8db08e657d
3 changed files with 15 additions and 0 deletions

View File

@@ -890,6 +890,8 @@ if platform == 'windows':
binaries = [
{'path': 'chrome_elf.dll'},
{'path': 'd3dcompiler_47.dll'},
{'path': 'dxcompiler.dll', 'conditional': True},
{'path': 'dxil.dll', 'conditional': True},
{'path': libcef_dll},
{'path': 'libEGL.dll'},
{'path': 'libGLESv2.dll'},