Skip to content

Commit

Permalink
fixup2
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Sep 26, 2023
1 parent 06d416a commit 8ad0abd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,10 @@ def cmd_msbuild(
},
"license": "LICENSE",
"build": [
cmd_mkdir(r"ext\rav1e\rav1e\build.libavif"),
cmd_xcopy(r"..\rav1e-windows-msvc-sdk", r"ext\rav1e\rav1e\build.libavif\usr"),
cmd_mkdir(r"ext\rav1e\rav1e\build.libavif\usr"),
cmd_xcopy(
r"..\rav1e-windows-msvc-sdk", r"ext\rav1e\rav1e\build.libavif\usr"
),
cmd_cd("ext"),
# cmd_rmdir("aom"),
# 'cmd.exe /c "aom.cmd"',
Expand Down

0 comments on commit 8ad0abd

Please sign in to comment.