Peter Zignego 9 năm trước cách đây
mục cha
commit
17482a0d93
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Sources/Swifter/Socket+File.swift

+ 2 - 2
Sources/Swifter/Socket+File.swift

@@ -12,7 +12,7 @@
 #endif
 
 
-#if os(iOS) || os (Linux)
+#if os(iOS) || os(tvOS) || os (Linux)
     
     struct sf_hdtr { }
     
@@ -40,7 +40,7 @@
     
 #endif
 
-#if os(iOS) || os (Linux)
+#if os(iOS) || os(tvOS) || os (Linux)
 
 extension Socket {