Skip to content

Commit a0b1c0a

Browse files
committed
fix brotli build on Windows
1 parent 28affdb commit a0b1c0a

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)