Skip to content

Commit 4ecf1df

Browse files
authored
Merge pull request #7453 from nulano/brotli
Fix libbrotli build for Windows wheels
2 parents ba09e11 + a0b1c0a commit 4ecf1df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winbuild/build_prepare.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def cmd_msbuild(
233233
"dir": "brotli-1.1.0",
234234
"license": "LICENSE",
235235
"build": [
236-
*cmds_cmake(("brotlicommon", "brotlidec")),
236+
*cmds_cmake(("brotlicommon", "brotlidec"), "-DBUILD_SHARED_LIBS:BOOL=OFF"),
237237
cmd_xcopy(r"c\include", "{inc_dir}"),
238238
],
239239
"libs": ["*.lib"],

0 commit comments

Comments
 (0)