Skip to content

Commit 7120d89

Browse files
committed
Guard import
1 parent e0d8f16 commit 7120d89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/SocketIO/Client/SocketIOClientOption.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
// THE SOFTWARE.
2424

2525
import Foundation
26+
#if !os(Linux)
2627
import StarscreamSocketIO
28+
#endif
2729

2830
protocol ClientOption : CustomStringConvertible, Equatable {
2931
func getSocketIOOptionValue() -> Any

0 commit comments

Comments
 (0)