We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39df479 commit 3fdc3b2Copy full SHA for 3fdc3b2
pmfx.py
@@ -3045,7 +3045,7 @@ def build_executable():
3045
# platform binaries
3046
if platform == "win64":
3047
shutil.copytree("bin/fxc", "dist/win64/bin/fxc", dirs_exist_ok=True)
3048
- shutil.copytree("bin/dxc", "dist/win64/bin/fxc", dirs_exist_ok=True)
+ shutil.copytree("bin/dxc", "dist/win64/bin/dxc", dirs_exist_ok=True)
3049
shutil.copytree("bin/glsl/win64", "dist/win64/bin/glsl/win64", dirs_exist_ok=True)
3050
elif platform == "osx":
3051
shutil.copytree("bin/glsl/osx", "dist/osx/bin/glsl/osx", dirs_exist_ok=True)
0 commit comments