Skip to content

Commit 42d2441

Browse files
authored
Merge pull request #65153 from apple/egorzhdan/no-such-module-cxxstdlibshim
[cxx-interop] Add missing dependency to CxxStdlib
2 parents 767ec05 + 0303132 commit 42d2441

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)