Skip to content

Commit

Permalink
CRT changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Oct 3, 2024
1 parent 827c071 commit e0dfcad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,10 @@ cSettingsIO.append(.define("AWS_USE_EPOLL"))
awsCIoPlatformExcludes.append("source/windows")
awsCIoPlatformExcludes.append("source/linux")
awsCIoPlatformExcludes.append("source/s2n")
#if os(macOS)
cSettingsIO.append(.define("AWS_USE_KQUEUE"))
awsCIoPlatformExcludes.append("source/darwin/dispatch_queue_event_loop.c")
awsCIoPlatformExcludes.append("source/darwin/nw_socket.c")
#else // iOS, tvOS
cSettingsIO.append(.define("AWS_USE_DISPATCH_QUEUE"))
cSettingsIO.append(.define("AWS_USE_SECITEM"))
#endif

#if os(iOS)
#error("iOS")
#endif

//////////////////////////////////////////////////////////////////////
Expand Down
2 changes: 1 addition & 1 deletion aws-common-runtime/aws-c-common

0 comments on commit e0dfcad

Please sign in to comment.