Skip to content

Commit f82be48

Browse files
committed
Enforce a dependency on _Concurrency for Observation
1 parent b90a7b7 commit f82be48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Observation/Sources/Observation/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ add_swift_target_library(swiftObservation ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS
3131
SWIFT_COMPILE_FLAGS
3232
${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
3333
${SWIFT_OBSERVATION_SWIFT_FLAGS}
34+
SWIFT_MODULE_DEPENDS _Concurrency
3435
INSTALL_IN_COMPONENT stdlib)

0 commit comments

Comments
 (0)