Skip to content

Commit 03da672

Browse files
authored
Move to canImport for Linux support
1 parent 39e902f commit 03da672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TinyNetworking/Endpoint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Foundation
2-
#if os(Linux)
2+
#if canImport(FoundationNetworking)
33
import FoundationNetworking
44
#endif
55

0 commit comments

Comments
 (0)