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 a3e365e commit 3d77bf6Copy full SHA for 3d77bf6
utils/build.ps1
@@ -1536,7 +1536,7 @@ function Build-Compilers() {
1536
}
1537
1538
Invoke-Program "$(Get-PythonExecutable)" -c "import plistlib; print(str(plistlib.dumps({ 'Identifier': '${ToolchainIdentifier}' }), encoding='utf-8'))" `
1539
- -OutFile "$(Arch.ToolchainInstallRoot)\ToolchainInfo.plist"
+ -OutFile "$($Arch.ToolchainInstallRoot)\ToolchainInfo.plist"
1540
1541
1542
# Reference: https://github.com/microsoft/mimalloc/tree/dev/bin#minject
0 commit comments