Skip to content

Commit 2124c01

Browse files
committed
stdlib: enable CxxStdlib module on Windows
Enable this module on Windows for enabling C++ Interop.
1 parent ef037a4 commit 2124c01

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
@@ -31,7 +31,7 @@ add_swift_target_library(swiftCxxStdlib STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_O
3131
${SWIFT_SDK_LINUX_CXX_OVERLAY_SWIFT_COMPILE_FLAGS}
3232

3333
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}"
34-
TARGET_SDKS ALL_APPLE_PLATFORMS LINUX
34+
TARGET_SDKS ALL_APPLE_PLATFORMS LINUX WINDOWS
3535
INSTALL_IN_COMPONENT compiler
3636
INSTALL_WITH_SHARED
3737
DEPENDS libstdcxx-modulemap libcxxshim_modulemap)

0 commit comments

Comments
 (0)