Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Sep 24, 2023
1 parent e2c2bfe commit fc7af5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,10 @@ def cmd_msbuild(
"dir": "rav1e-windows-msvc-sdk",
"license": [],
"build": [
cmd_xcopy("include", "{inc_dir}"),
cmd_copy(r"lib\pkgconfig\rav1e.pc", r"{lib_dir}\pkgconfig"),
],
"headers": [r"include"],
"bins": [r"*.dll"],
"bins": [r"bin\*.dll"],
},
"libavif": {
"url": "https://github.com/AOMediaCodec/libavif/archive/v1.0.1.zip",
Expand Down

0 comments on commit fc7af5f

Please sign in to comment.