Skip to content

Commit aea3626

Browse files
authored
Merge pull request swiftlang#24750 from Rostepher/no-platform-to-stand-on
[Build System: CMake] Add missing SWIFT_STDLIB_LIBRARY_TYPES to the StandaloneOverlay.cmake module.
2 parents a6d5830 + d84e2aa commit aea3626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/modules/StandaloneOverlay.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ set(SWIFT_APPLE_PLATFORMS
8484
set(BUILD_STANDALONE TRUE)
8585
set(SWIFT_BUILD_STANDALONE_OVERLAY TRUE)
8686

87+
set(SWIFT_STDLIB_LIBRARY_BUILD_TYPES "SHARED")
8788
set(SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES "SHARED")
8889

8990

0 commit comments

Comments
 (0)