Skip to content

Commit 15cd301

Browse files
authored
Merge pull request #25270 from compnerd/none-of-the-posix
2 parents 569c8af + fcb0ee5 commit 15cd301

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1693,7 +1693,6 @@ function(add_swift_target_library name)
16931693
if("${SWIFTLIB_TARGET_SDKS}" STREQUAL "")
16941694
set(SWIFTLIB_TARGET_SDKS ${SWIFT_SDKS})
16951695
endif()
1696-
list_replace(SWIFTLIB_TARGET_SDKS ALL_POSIX_PLATFORMS "ALL_APPLE_PLATFORMS;ANDROID;CYGWIN;FREEBSD;LINUX;HAIKU")
16971696
list_replace(SWIFTLIB_TARGET_SDKS ALL_APPLE_PLATFORMS "${SWIFT_APPLE_PLATFORMS}")
16981697

16991698
# All Swift code depends on the standard library, except for the standard

0 commit comments

Comments
 (0)