Skip to content

Commit 00e9ef9

Browse files
committed
fix os condition
1 parent dc15476 commit 00e9ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Helpers/URLSession+AsyncAwait.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

3-
#if os(Linux) && os(Windows) && compiler(<6)
3+
#if (os(Linux) || os(Windows)) && compiler(<6)
44
import HTTPTypes
55
import HTTPTypesFoundation
66

0 commit comments

Comments
 (0)