Skip to content

Commit 23f41a5

Browse files
authored
Merge pull request #19148 from compnerd/components
2 parents ed19264 + 5931d96 commit 23f41a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/driver/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ if(NOT SWIFT_BUILT_STANDALONE)
4141
endif()
4242

4343
swift_install_in_component(compiler
44-
FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swiftc"
44+
FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swiftc${CMAKE_EXECUTABLE_SUFFIX}"
4545
DESTINATION "bin")
4646
swift_install_in_component(autolink-driver
47-
FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swift-autolink-extract"
47+
FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swift-autolink-extract${CMAKE_EXECUTABLE_SUFFIX}"
4848
DESTINATION "bin")
4949
swift_install_in_component(editor-integration
50-
FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swift-format"
50+
FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swift-format${CMAKE_EXECUTABLE_SUFFIX}"
5151
DESTINATION "bin")

0 commit comments

Comments
 (0)