mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #7453 from nulano/brotli
Fix libbrotli build for Windows wheels
This commit is contained in:
commit
4ecf1df4ea
|
@ -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