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 569c8af + fcb0ee5 commit 15cd301Copy full SHA for 15cd301
cmake/modules/AddSwift.cmake
@@ -1693,7 +1693,6 @@ function(add_swift_target_library name)
1693
if("${SWIFTLIB_TARGET_SDKS}" STREQUAL "")
1694
set(SWIFTLIB_TARGET_SDKS ${SWIFT_SDKS})
1695
endif()
1696
- list_replace(SWIFTLIB_TARGET_SDKS ALL_POSIX_PLATFORMS "ALL_APPLE_PLATFORMS;ANDROID;CYGWIN;FREEBSD;LINUX;HAIKU")
1697
list_replace(SWIFTLIB_TARGET_SDKS ALL_APPLE_PLATFORMS "${SWIFT_APPLE_PLATFORMS}")
1698
1699
# All Swift code depends on the standard library, except for the standard
0 commit comments