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 07ea64b + b94ea98 commit 4ece4fcCopy full SHA for 4ece4fc
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -24,11 +24,6 @@ function(add_swift_target_executable name)
24
# All Swift executables depend on the swiftSwiftOnoneSupport library.
25
list(APPEND SWIFTEXE_TARGET_DEPENDS swiftSwiftOnoneSupport)
26
27
- if(NOT "${SWIFT_BUILD_STDLIB}")
28
- list(REMOVE_ITEM SWIFTEXE_TARGET_LINK_LIBRARIES
29
- swiftCore)
30
- endif()
31
-
32
foreach(sdk ${SWIFT_SDKS})
33
foreach(arch ${SWIFT_SDK_${sdk}_ARCHITECTURES})
34
set(VARIANT_SUFFIX "-${SWIFT_SDK_${sdk}_LIB_SUBDIR}-${arch}")
0 commit comments