Skip to content

Commit

Permalink
Merge pull request #7453 from nulano/brotli
Browse files Browse the repository at this point in the history
Fix libbrotli build for Windows wheels
  • Loading branch information
radarhere committed Oct 9, 2023
2 parents ba09e11 + a0b1c0a commit 4ecf1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion winbuild/build_prepare.py
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 4ecf1df

Please sign in to comment.