File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -2350,8 +2350,7 @@ function Build-CURL([Hashtable] $Platform) {
2350
2350
USE_WIN32_LDAP = " NO" ;
2351
2351
ZLIB_ROOT = " $BinaryCache \$ ( $Platform.Triple ) \usr" ;
2352
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"
2353
+ BROTLI_DIR = " $BinaryCache \$ ( $Platform.Triple ) \usr" ;
2355
2354
})
2356
2355
}
2357
2356
@@ -2741,17 +2740,7 @@ function Build-Foundation {
2741
2740
" $BinaryCache \$ ( $Platform.Triple ) \usr\lib\libz.a"
2742
2741
};
2743
2742
ZLIB_INCLUDE_DIR = " $BinaryCache \$ ( $Platform.Triple ) \usr\include" ;
2744
- BROTLIDEC_LIBRARY = if ($Platform.OS -eq [OS ]::Windows) {
2745
- " $BinaryCache \$ ( $Platform.Triple ) \usr\lib\brotlidec.lib"
2746
- } else {
2747
- " $BinaryCache \$ ( $Platform.Triple ) \usr\lib64\brotlidec.a"
2748
- }
2749
- BROTLICOMMON_LIBRARY = if ($Platform.OS -eq [OS ]::Windows) {
2750
- " $BinaryCache \$ ( $Platform.Triple ) \usr\lib\brotlicommon.lib"
2751
- }else {
2752
- " $BinaryCache \$ ( $Platform.Triple ) \usr\lib64\brotlicommon.a"
2753
- }
2754
- DBROTLI_INCLUDE_DIR = " $BinaryCache \$ ( $Platform.Triple ) \usr\include" ;
2743
+ BROTLI_DIR = " $BinaryCache \$ ( $Platform.Triple ) \usr" ;
2755
2744
dispatch_DIR = $DispatchCMakeModules ;
2756
2745
SwiftSyntax_DIR = (Get-ProjectBinaryCache $HostPlatform Compilers);
2757
2746
_SwiftFoundation_SourceDIR = " $SourceCache \swift-foundation" ;
You can’t perform that action at this time.
0 commit comments