Skip to content

Commit 0a7278f

Browse files
authored
Merge pull request #23359 from compnerd/force-import-library
2 parents 22f9853 + 59fb469 commit 0a7278f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SwiftOnoneSupport/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add_swift_target_library(swiftSwiftOnoneSupport ${SWIFT_STDLIB_LIBRARY_BUILD_TYP
99
SWIFT_COMPILE_FLAGS "-parse-stdlib" "-Xllvm" "-sil-inline-generics=false" "-Xfrontend" "-validate-tbd-against-ir=none" "${SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS}"
1010
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}"
1111
INSTALL_IN_COMPONENT stdlib)
12-
if(CMAKE_BUILD_TYPE STREQUAL Debug AND WINDOWS IN_LIST SWIFT_SDKS)
12+
if(WINDOWS IN_LIST SWIFT_SDKS)
1313
# When building in Debug mode, the standard library provides the symbols that
1414
# we need and as such SwiftOnoneSupport does not need to provide any exported
1515
# interfaces. This results in the import library beinging elided. However,

0 commit comments

Comments
 (0)