Skip to content

[windows][lldb] fix quotes stripping#570

Merged
shahmishal merged 1 commit into
swiftlang:mainfrom
charles-zablit:cz/lldb/windows/fix-build
Jun 16, 2026
Merged

[windows][lldb] fix quotes stripping#570
shahmishal merged 1 commit into
swiftlang:mainfrom
charles-zablit:cz/lldb/windows/fix-build

Conversation

@charles-zablit

Copy link
Copy Markdown
Contributor

Docker strips the quotes from "C:\Program Files\Python313\python.exe" which causes Powershell to only parse C:\Program. This causes the build to fail.

Replace the hardcoded path with python which is added to the PATH above. The Python installation is the only one on the PATH, there will be no ambiguities.

@shahmishal shahmishal merged commit b4c06a2 into swiftlang:main Jun 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants