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 d88419d + 39846a3 commit 2947f75Copy full SHA for 2947f75
cmake/modules/SwiftComponents.cmake
@@ -84,6 +84,7 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
84
else()
85
list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "sourcekit-xpc-service")
86
endif()
87
+list(REMOVE_ITEM _SWIFT_DEFAULT_COMPONENTS "stdlib-experimental")
88
89
macro(swift_configure_components)
90
# Set the SWIFT_INSTALL_COMPONENTS variable to the default value if it is not passed in via -D
0 commit comments