mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
fix brotli build on Windows
This commit is contained in:
parent
28affdbaf9
commit
a0b1c0ab00
|
@ -233,7 +233,7 @@ DEPS = {
|
|||
"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"],
|
||||
|
|
Loading…
Reference in New Issue
Block a user