Skip to content

Commit 971f6ea

Browse files
committed
use path computation helper
1 parent 44acb66 commit 971f6ea

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
@@ -720,6 +720,7 @@ enum Project {
720720
SourceKitLSP
721721
SymbolKit
722722
DocC
723+
brotli
723724

724725
LLVM
725726
Runtime
@@ -2263,7 +2264,7 @@ function Build-Sanitizers([Hashtable] $Platform) {
22632264
function Build-Brotli([Hashtable] $Platform) {
22642265
Build-CMakeProject `
22652266
-Src $SourceCache\brotli `
2266-
-Bin "$BinaryCache\$($Platform.Triple)\brotli" `
2267+
-Bin "$(Get-ProjectBinaryCache $Platform brotli)" `
22672268
-InstallTo "$BinaryCache\$($Platform.Triple)\usr" `
22682269
-Platform $Platform `
22692270
-UseMSVCCompilers C `

0 commit comments

Comments
 (0)