Skip to content

Commit

Permalink
Don't import Darwin on Windows. (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffdav authored Oct 10, 2024
1 parent ca8d43b commit 5ba0589
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import class SmithyStreams.BufferedStream
import AwsCommonRuntimeKit
#if os(Linux)
import Glibc
#else
#elseif !os(Windows)
import Darwin
#endif

Expand Down

0 comments on commit 5ba0589

Please sign in to comment.