Skip to content

Commit

Permalink
- add dxc to binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
polymonster committed Jan 22, 2023
1 parent bf3bf37 commit 39df479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pmfx.py
Original file line number Diff line number Diff line change
Expand Up @@ -3045,6 +3045,7 @@ def build_executable():
# platform binaries
if platform == "win64":
shutil.copytree("bin/fxc", "dist/win64/bin/fxc", dirs_exist_ok=True)
shutil.copytree("bin/dxc", "dist/win64/bin/fxc", dirs_exist_ok=True)
shutil.copytree("bin/glsl/win64", "dist/win64/bin/glsl/win64", dirs_exist_ok=True)
elif platform == "osx":
shutil.copytree("bin/glsl/osx", "dist/osx/bin/glsl/osx", dirs_exist_ok=True)
Expand Down

0 comments on commit 39df479

Please sign in to comment.