Skip to content

Commit 90a6538

Browse files
committed
stdlib: enable CxxStdlib module on Windows
Enable this module on Windows for enabling C++ Interop.
1 parent df94d00 commit 90a6538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Cxx/std/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ add_swift_target_library(swiftCxxStdlib STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_O
1515
${SWIFT_SDK_LINUX_CXX_OVERLAY_SWIFT_COMPILE_FLAGS}
1616

1717
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}"
18-
TARGET_SDKS ALL_APPLE_PLATFORMS LINUX
18+
TARGET_SDKS ALL_APPLE_PLATFORMS LINUX WINDOWS
1919
INSTALL_IN_COMPONENT compiler
2020
INSTALL_WITH_SHARED
2121
DEPENDS libstdcxx-modulemap libcxxshim_modulemap)

0 commit comments

Comments
 (0)