File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
stdlib/public/SwiftOnoneSupport Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ add_swift_target_library(swiftSwiftOnoneSupport ${SWIFT_STDLIB_LIBRARY_BUILD_TYP
9
9
SWIFT_COMPILE_FLAGS "-parse-stdlib" "-Xllvm" "-sil-inline-generics=false" "-Xfrontend" "-validate-tbd-against-ir=none" "${SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS} "
10
10
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS} "
11
11
INSTALL_IN_COMPONENT stdlib )
12
- if (CMAKE_BUILD_TYPE STREQUAL Debug AND WINDOWS IN_LIST SWIFT_SDKS )
12
+ if (WINDOWS IN_LIST SWIFT_SDKS )
13
13
# When building in Debug mode, the standard library provides the symbols that
14
14
# we need and as such SwiftOnoneSupport does not need to provide any exported
15
15
# interfaces. This results in the import library beinging elided. However,
You can’t perform that action at this time.
0 commit comments