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 44acb66 commit 971f6eaCopy full SHA for 971f6ea
utils/build.ps1
@@ -720,6 +720,7 @@ enum Project {
720
SourceKitLSP
721
SymbolKit
722
DocC
723
+ brotli
724
725
LLVM
726
Runtime
@@ -2263,7 +2264,7 @@ function Build-Sanitizers([Hashtable] $Platform) {
2263
2264
function Build-Brotli([Hashtable] $Platform) {
2265
Build-CMakeProject `
2266
-Src $SourceCache\brotli `
- -Bin "$BinaryCache\$($Platform.Triple)\brotli" `
2267
+ -Bin "$(Get-ProjectBinaryCache $Platform brotli)" `
2268
-InstallTo "$BinaryCache\$($Platform.Triple)\usr" `
2269
-Platform $Platform `
2270
-UseMSVCCompilers C `
0 commit comments