Skip to content

Commit 0dc3f1d

Browse files
committed
stdlib: enable cxxshim for Windows
This is used by the test suite and needs to be enabled for Windows to enable parts of the test suite.
1 parent 75156b1 commit 0dc3f1d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stdlib/public/Cxx/cxxshim/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
is_sdk_requested(WINDOWS swift_build_windows)
21
set(libcxxshim_modulemap_target_list)
32
foreach(sdk ${SWIFT_SDKS})
4-
if(swift_build_windows)
5-
continue()
6-
endif()
7-
83
foreach(arch ${SWIFT_SDK_${sdk}_ARCHITECTURES})
94
set(arch_suffix "${SWIFT_SDK_${sdk}_LIB_SUBDIR}-${arch}")
105
set(arch_subdir "${SWIFT_SDK_${sdk}_LIB_SUBDIR}/${arch}")

0 commit comments

Comments
 (0)