Skip to content

Commit 3d77bf6

Browse files
authored
Update build.ps1
1 parent a3e365e commit 3d77bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ function Build-Compilers() {
15361536
}
15371537

15381538
Invoke-Program "$(Get-PythonExecutable)" -c "import plistlib; print(str(plistlib.dumps({ 'Identifier': '${ToolchainIdentifier}' }), encoding='utf-8'))" `
1539-
-OutFile "$(Arch.ToolchainInstallRoot)\ToolchainInfo.plist"
1539+
-OutFile "$($Arch.ToolchainInstallRoot)\ToolchainInfo.plist"
15401540
}
15411541

15421542
# Reference: https://github.com/microsoft/mimalloc/tree/dev/bin#minject

0 commit comments

Comments
 (0)