Skip to content

Commit 403fa83

Browse files
authored
Enable dispatch queue on Apple platforms (#329)
1 parent 4eb1bbb commit 403fa83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ awsCIoPlatformExcludes.append("source/windows")
151151
awsCIoPlatformExcludes.append("source/linux")
152152
awsCIoPlatformExcludes.append("source/s2n")
153153
cSettingsIO.append(.define("__APPLE__"))
154-
cSettingsIO.append(.define("AWS_ENABLE_DISPATCH_QUEUE", .when(platforms: [.iOS, .tvOS, .macOS])))
154+
cSettingsIO.append(.define("AWS_ENABLE_DISPATCH_QUEUE"))
155155
cSettingsIO.append(.define("AWS_USE_SECITEM", .when(platforms: [.iOS, .tvOS])))
156156
cSettingsIO.append(.define("AWS_ENABLE_KQUEUE", .when(platforms: [.macOS])))
157157
swiftTestSettings.append(.define("__APPLE__"))
158-
swiftTestSettings.append(.define("AWS_ENABLE_DISPATCH_QUEUE", .when(platforms: [.iOS, .tvOS, .macOS])))
158+
swiftTestSettings.append(.define("AWS_ENABLE_DISPATCH_QUEUE"))
159159
swiftTestSettings.append(.define("AWS_USE_SECITEM", .when(platforms: [.iOS, .tvOS])))
160160
swiftTestSettings.append(.define("AWS_ENABLE_KQUEUE", .when(platforms: [.macOS])))
161161
#endif

0 commit comments

Comments
 (0)