Skip to content

Commit 416e2e1

Browse files
committed
[cxx-interop] Remove CxxStdlib dependency on Darwin
This was causing build errors when building the compiler and the stdlib separately. rdar://107290998
1 parent 8990a12 commit 416e2e1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stdlib/public/Cxx/std/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ add_swift_target_library(swiftCxxStdlib STATIC NO_LINK_NAME IS_STDLIB
132132
String.swift
133133

134134
SWIFT_MODULE_DEPENDS Cxx
135-
SWIFT_MODULE_DEPENDS_OSX Darwin
136-
SWIFT_MODULE_DEPENDS_IOS Darwin
137-
SWIFT_MODULE_DEPENDS_TVOS Darwin
138-
SWIFT_MODULE_DEPENDS_WATCHOS Darwin
139-
SWIFT_MODULE_DEPENDS_LINUX Glibc
140135

141136
SWIFT_COMPILE_FLAGS ${SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS} ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
142137
-Xfrontend -enable-experimental-cxx-interop

0 commit comments

Comments
 (0)