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 @@ -2438,8 +2438,7 @@ function Build-CURL([Hashtable] $Platform) {
2438
2438
USE_WIN32_LDAP = " NO" ;
2439
2439
ZLIB_ROOT = " $BinaryCache \$ ( $Platform.Triple ) \usr" ;
2440
2440
ZLIB_LIBRARY = " $BinaryCache \$ ( $Platform.Triple ) \usr\lib\zlibstatic.lib" ;
2441
- BROTLIDEC_LIBRARY = " $BinaryCache \$ ( $Platform.Triple ) \usr\lib\brotlidec.lib"
2442
- BROTLICOMMON_LIBRARY = " $BinaryCache \$ ( $Platform.Triple ) \usr\lib\brotlicommon.lib"
2441
+ BROTLI_DIR = " $BinaryCache \$ ( $Platform.Triple ) \usr" ;
2443
2442
})
2444
2443
}
2445
2444
@@ -2853,17 +2852,7 @@ function Build-Foundation {
2853
2852
" $BinaryCache \$ ( $Platform.Triple ) \usr\lib\libz.a"
2854
2853
};
2855
2854
ZLIB_INCLUDE_DIR = " $BinaryCache \$ ( $Platform.Triple ) \usr\include" ;
2856
- BROTLIDEC_LIBRARY = if ($Platform.OS -eq [OS ]::Windows) {
2857
- " $BinaryCache \$ ( $Platform.Triple ) \usr\lib\brotlidec.lib"
2858
- } else {
2859
- " $BinaryCache \$ ( $Platform.Triple ) \usr\lib64\brotlidec.a"
2860
- }
2861
- BROTLICOMMON_LIBRARY = if ($Platform.OS -eq [OS ]::Windows) {
2862
- " $BinaryCache \$ ( $Platform.Triple ) \usr\lib\brotlicommon.lib"
2863
- }else {
2864
- " $BinaryCache \$ ( $Platform.Triple ) \usr\lib64\brotlicommon.a"
2865
- }
2866
- DBROTLI_INCLUDE_DIR = " $BinaryCache \$ ( $Platform.Triple ) \usr\include" ;
2855
+ BROTLI_DIR = " $BinaryCache \$ ( $Platform.Triple ) \usr" ;
2867
2856
dispatch_DIR = $DispatchCMakeModules ;
2868
2857
SwiftSyntax_DIR = (Get-ProjectBinaryCache $HostPlatform Compilers);
2869
2858
_SwiftFoundation_SourceDIR = " $SourceCache \swift-foundation" ;
You can’t perform that action at this time.
0 commit comments