Skip to content

[windows][lldb] fix quotes stripping#570

Open
charles-zablit wants to merge 1 commit into
swiftlang:mainfrom
charles-zablit:cz/lldb/windows/fix-build
Open

[windows][lldb] fix quotes stripping#570
charles-zablit wants to merge 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.

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.

1 participant