Skip to content

Commit

Permalink
AWS_ENABLE_EPOLL is defined for linux as well
Browse files Browse the repository at this point in the history
  • Loading branch information
sbSteveK committed Nov 11, 2024
1 parent 088dde8 commit 9dc0851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ swiftTestSettings.append(.define("AWS_USE_IO_COMPLETION_PORTS"))
awsCIoPlatformExcludes.append("source/windows")
awsCIoPlatformExcludes.append("source/bsd")
awsCIoPlatformExcludes.append("source/darwin")
cSettingsIO.append(.define("AWS_ENABLE_EPOLL")) // are we using both?
cSettingsIO.append(.define("AWS_USE_EPOLL"))
swiftTestSettings.append(.define("AWS_USE_EPOLL"))
#else // macOS, iOS, watchOS, tvOS
Expand Down

0 comments on commit 9dc0851

Please sign in to comment.