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.
1 parent 4cff24b commit bbcba49Copy full SHA for bbcba49
stdlib/public/Cxx/CMakeLists.txt
@@ -6,7 +6,7 @@ if(SWIFT_STDLIB_SUPPORT_BACK_DEPLOYMENT)
6
list(APPEND SWIFT_CXX_DEPS copy-legacy-layouts)
7
endif()
8
9
-add_swift_target_library(swiftCxx STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_ONLY IS_FRAGILE
+add_swift_target_library(swiftCxx STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_ONLY
10
CxxConvertibleToCollection.swift
11
CxxDictionary.swift
12
CxxPair.swift
0 commit comments