mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +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",
|
"dir": "brotli-1.1.0",
|
||||||
"license": "LICENSE",
|
"license": "LICENSE",
|
||||||
"build": [
|
"build": [
|
||||||
*cmds_cmake(("brotlicommon", "brotlidec")),
|
*cmds_cmake(("brotlicommon", "brotlidec"), "-DBUILD_SHARED_LIBS:BOOL=OFF"),
|
||||||
cmd_xcopy(r"c\include", "{inc_dir}"),
|
cmd_xcopy(r"c\include", "{inc_dir}"),
|
||||||
],
|
],
|
||||||
"libs": ["*.lib"],
|
"libs": ["*.lib"],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user