Skip to content

Commit e913d67

Browse files
committed
use path computation helper
1 parent a01f1d5 commit e913d67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,7 @@ enum Project {
697697
SourceKitLSP
698698
SymbolKit
699699
DocC
700+
brotli
700701

701702
LLVM
702703
Runtime
@@ -2175,7 +2176,7 @@ function Build-Sanitizers([Hashtable] $Platform) {
21752176
function Build-Brotli([Hashtable] $Platform) {
21762177
Build-CMakeProject `
21772178
-Src $SourceCache\brotli `
2178-
-Bin "$BinaryCache\$($Platform.Triple)\brotli" `
2179+
-Bin "$(Get-ProjectBinaryCache $Platform brotli)" `
21792180
-InstallTo "$BinaryCache\$($Platform.Triple)\usr" `
21802181
-Platform $Platform `
21812182
-UseMSVCCompilers C `

0 commit comments

Comments
 (0)