Skip to content

Commit 0303132

Browse files
committed
[cxx-interop] Add missing dependency to CxxStdlib
The CxxStdlib module now relies on the libcxxshim modulemap, so we need to make sure that the modulemap is copied into the correct location before CxxStdlib is built. rdar://108007693
1 parent 804716c commit 0303132

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
@@ -144,4 +144,4 @@ add_swift_target_library(swiftCxxStdlib STATIC NO_LINK_NAME IS_STDLIB IS_SWIFT_O
144144
TARGET_SDKS ALL_APPLE_PLATFORMS LINUX
145145
INSTALL_IN_COMPONENT compiler
146146
INSTALL_WITH_SHARED
147-
DEPENDS libstdcxx-modulemap)
147+
DEPENDS libstdcxx-modulemap libcxxshim_modulemap)

0 commit comments

Comments
 (0)