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 a01f1d5 commit e913d67Copy full SHA for e913d67
utils/build.ps1
@@ -697,6 +697,7 @@ enum Project {
697
SourceKitLSP
698
SymbolKit
699
DocC
700
+ brotli
701
702
LLVM
703
Runtime
@@ -2175,7 +2176,7 @@ function Build-Sanitizers([Hashtable] $Platform) {
2175
2176
function Build-Brotli([Hashtable] $Platform) {
2177
Build-CMakeProject `
2178
-Src $SourceCache\brotli `
- -Bin "$BinaryCache\$($Platform.Triple)\brotli" `
2179
+ -Bin "$(Get-ProjectBinaryCache $Platform brotli)" `
2180
-InstallTo "$BinaryCache\$($Platform.Triple)\usr" `
2181
-Platform $Platform `
2182
-UseMSVCCompilers C `
0 commit comments