Merge pull request #7453 from nulano/brotli

Fix libbrotli build for Windows wheels
This commit is contained in:
Andrew Murray 2023-10-10 07:31:46 +11:00 committed by GitHub
commit 4ecf1df4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"],