Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Sep 26, 2023
1 parent fc1b522 commit 06d416a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def cmd_msbuild(
"license": "LICENSE",
"build": [
cmd_mkdir(r"ext\rav1e\rav1e\build.libavif"),
cmd_xcopy(r"..\rav1e-windows-msvc-sdk", r"rav1e\rav1e\build.libavif\usr"),
cmd_xcopy(r"..\rav1e-windows-msvc-sdk", r"ext\rav1e\rav1e\build.libavif\usr"),

Check failure on line 189 in winbuild/build_prepare.py

View check run for this annotation

reviewdog / flake8

[flake8] winbuild/build_prepare.py#L189 <501>

line too long (90 > 88 characters)
Raw output
./winbuild/build_prepare.py:189:89: E501 line too long (90 > 88 characters)
cmd_cd("ext"),
# cmd_rmdir("aom"),
# 'cmd.exe /c "aom.cmd"',
Expand Down

0 comments on commit 06d416a

Please sign in to comment.