fix brotli build on Windows

This commit is contained in:
Nulano 2023-10-09 17:43:28 +02:00
parent 28affdbaf9
commit a0b1c0ab00

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