Skip to content

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