Skip to content

Commit ea002ec

Browse files
authored
Merge pull request #41644 from apple/egorzhdan/no-concurrency
[OSLog] Remove the dependency on `_Concurrency`
2 parents da35280 + 1326f82 commit ea002ec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

stdlib/private/OSLog/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ add_swift_target_library(swiftOSLogTestHelper
1414
OSLogPrivacy.swift
1515
OSLogFloatFormatting.swift
1616

17-
SWIFT_MODULE_DEPENDS_IOS Darwin _Concurrency
18-
SWIFT_MODULE_DEPENDS_OSX Darwin _Concurrency
19-
SWIFT_MODULE_DEPENDS_TVOS Darwin _Concurrency
20-
SWIFT_MODULE_DEPENDS_WATCHOS Darwin _Concurrency
17+
SWIFT_MODULE_DEPENDS_IOS Darwin
18+
SWIFT_MODULE_DEPENDS_OSX Darwin
19+
SWIFT_MODULE_DEPENDS_TVOS Darwin
20+
SWIFT_MODULE_DEPENDS_WATCHOS Darwin
2121
TARGET_SDKS ALL_APPLE_PLATFORMS
2222
SWIFT_COMPILE_FLAGS ${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
2323
INSTALL_IN_COMPONENT never_install

0 commit comments

Comments
 (0)