Skip to content

Commit

Permalink
fix brotli build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nulano committed Oct 9, 2023
1 parent 28affdb commit a0b1c0a
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 @@ -233,7 +233,7 @@ def cmd_msbuild(
"dir": "brotli-1.1.0",
"license": "LICENSE",
"build": [
*cmds_cmake(("brotlicommon", "brotlidec")),
*cmds_cmake(("brotlicommon", "brotlidec"), "-DBUILD_SHARED_LIBS:BOOL=OFF"),
cmd_xcopy(r"c\include", "{inc_dir}"),
],
"libs": ["*.lib"],
Expand Down

0 comments on commit a0b1c0a

Please sign in to comment.