Skip to content

Commit 3e7b4bd

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 (cherry picked from commit 0303132)
1 parent b0c990a commit 3e7b4bd

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
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)