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.
1 parent f06cedc commit cc224e1Copy full SHA for cc224e1
cmake/modules/AddSwift.cmake
@@ -1859,6 +1859,8 @@ function(add_swift_target_executable name)
1859
1860
# All Swift executables depend on the standard library.
1861
list(APPEND SWIFTEXE_TARGET_LINK_FAT_LIBRARIES swiftCore)
1862
+ # All Swift executables depend on the swiftSwiftOnoneSupport library.
1863
+ list(APPEND SWIFTEXE_TARGET_DEPENDS swiftSwiftOnoneSupport)
1864
1865
if(NOT "${SWIFT_BUILD_STDLIB}")
1866
list(REMOVE_ITEM SWIFTEXE_TARGET_LINK_FAT_LIBRARIES
0 commit comments