Skip to content

Commit

Permalink
Use specified cmake generator
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 7, 2024
1 parent de4c6c1 commit 3960df4
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 @@ -425,7 +425,7 @@ def cmd_msbuild(
"-DCMAKE_MODULE_PATH={winbuild_dir_cmake}",
"-DAVIF_CODEC_DAV1D=LOCAL",
"-DAVIF_CODEC_SVT=LOCAL",
'-G "Ninja"',
'-G "{cmake_generator}"',
"..",
]
),
Expand Down

0 comments on commit 3960df4

Please sign in to comment.