Skip to content

Commit f3239c3

Browse files
authored
Merge pull request #79426 from swiftlang/owenv/swift-build-toolchain-info
Flesh out Windows ToolchainInfo.plist
2 parents 28a7715 + cd3e57a commit f3239c3

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
@@ -1693,7 +1693,7 @@ function Build-Compilers() {
16931693
})
16941694
}
16951695

1696-
Invoke-Program "$(Get-PythonExecutable)" -c "import plistlib; print(str(plistlib.dumps({ 'Identifier': '${ToolchainIdentifier}' }), encoding='utf-8'))" `
1696+
Invoke-Program "$(Get-PythonExecutable)" -c "import plistlib; print(str(plistlib.dumps({ 'Identifier': '${ToolchainIdentifier}', 'FallbackLibrarySearchPaths': ['usr/bin'], 'Version': '${ProductVersion}' }), encoding='utf-8'))" `
16971697
-OutFile "$($Arch.ToolchainInstallRoot)\ToolchainInfo.plist"
16981698
}
16991699

0 commit comments

Comments
 (0)