We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed19264 + 5931d96 commit 23f41a5Copy full SHA for 23f41a5
tools/driver/CMakeLists.txt
@@ -41,11 +41,11 @@ if(NOT SWIFT_BUILT_STANDALONE)
41
endif()
42
43
swift_install_in_component(compiler
44
- FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swiftc"
+ FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swiftc${CMAKE_EXECUTABLE_SUFFIX}"
45
DESTINATION "bin")
46
swift_install_in_component(autolink-driver
47
- FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swift-autolink-extract"
+ FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swift-autolink-extract${CMAKE_EXECUTABLE_SUFFIX}"
48
49
swift_install_in_component(editor-integration
50
- FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swift-format"
+ FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swift-format${CMAKE_EXECUTABLE_SUFFIX}"
51
0 commit comments