We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e913d67 commit 27da7cfCopy full SHA for 27da7cf
utils/build.ps1
@@ -2350,8 +2350,7 @@ function Build-CURL([Hashtable] $Platform) {
2350
USE_WIN32_LDAP = "NO";
2351
ZLIB_ROOT = "$BinaryCache\$($Platform.Triple)\usr";
2352
ZLIB_LIBRARY = "$BinaryCache\$($Platform.Triple)\usr\lib\zlibstatic.lib";
2353
- BROTLIDEC_LIBRARY = "$BinaryCache\$($Platform.Triple)\usr\lib\brotlidec.lib"
2354
- BROTLICOMMON_LIBRARY = "$BinaryCache\$($Platform.Triple)\usr\lib\brotlicommon.lib"
+ BROTLI_DIR = "$BinaryCache\$($Platform.Triple)";
2355
})
2356
}
2357
0 commit comments