Skip to content

swift-help: use the executable suffix on Windows #1405

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

compnerd
Copy link
Member

Windows relies on the suffix for differentiating files. The use of .exe as the executable suffix is nearly universal on Windows. Ensure that we use that when targeting Windows, repairing the use of certain subcommands, e.g. swift help build.

Fixes: #1404

Windows relies on the suffix for differentiating files.  The use of
`.exe` as the executable suffix is nearly universal on Windows.  Ensure
that we use that when targeting Windows, repairing the use of certain
subcommands, e.g. `swift help build`.

Fixes: swiftlang#1404
@compnerd compnerd requested review from owenv and artemcm July 27, 2023 14:15
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd compnerd merged commit a241032 into swiftlang:main Jul 27, 2023
@compnerd compnerd deleted the help branch July 27, 2023 16:04
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.

swift help build doesn't work when it's documented to
3 participants