Skip to content

Commit 27da7cf

Browse files
committed
Use BROTLI_DIR
1 parent e913d67 commit 27da7cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/build.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2350,8 +2350,7 @@ function Build-CURL([Hashtable] $Platform) {
23502350
USE_WIN32_LDAP = "NO";
23512351
ZLIB_ROOT = "$BinaryCache\$($Platform.Triple)\usr";
23522352
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"
2353+
BROTLI_DIR = "$BinaryCache\$($Platform.Triple)";
23552354
})
23562355
}
23572356

0 commit comments

Comments
 (0)