Skip to content

Commit 4ece4fc

Browse files
authored
Merge pull request #29392 from compnerd/unchecked-build
build: remove `SWIFT_BUILD_STDLIB` check (NFC)
2 parents 07ea64b + b94ea98 commit 4ece4fc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stdlib/cmake/modules/AddSwiftStdlib.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ function(add_swift_target_executable name)
2424
# All Swift executables depend on the swiftSwiftOnoneSupport library.
2525
list(APPEND SWIFTEXE_TARGET_DEPENDS swiftSwiftOnoneSupport)
2626

27-
if(NOT "${SWIFT_BUILD_STDLIB}")
28-
list(REMOVE_ITEM SWIFTEXE_TARGET_LINK_LIBRARIES
29-
swiftCore)
30-
endif()
31-
3227
foreach(sdk ${SWIFT_SDKS})
3328
foreach(arch ${SWIFT_SDK_${sdk}_ARCHITECTURES})
3429
set(VARIANT_SUFFIX "-${SWIFT_SDK_${sdk}_LIB_SUBDIR}-${arch}")

0 commit comments

Comments
 (0)