Skip to content

Commit d49e4a2

Browse files
committed
[Build] Don't install swift-frontend twice, incorrectly
1 parent 9c4a189 commit d49e4a2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/driver/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ if(NOT SWIFT_BUILT_STANDALONE)
5050
endif()
5151

5252
add_dependencies(compiler swift-frontend)
53-
swift_install_in_component(FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swift-frontend${CMAKE_EXECUTABLE_SUFFIX}"
54-
DESTINATION "bin"
55-
COMPONENT compiler)
5653
swift_install_in_component(FILES "${SWIFT_RUNTIME_OUTPUT_INTDIR}/swift${CMAKE_EXECUTABLE_SUFFIX}"
5754
DESTINATION "bin"
5855
COMPONENT compiler)

0 commit comments

Comments
 (0)