Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

Commit 6385afb

Browse files
committed
Fix preprocessor macros
1 parent b880356 commit 6385afb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SKRTMAPI/Sources/Conformers/VaporEngineRTM.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@
2121
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
// THE SOFTWARE.
2323

24-
#if !COCOAPODS
25-
#if os(Linux) || os(macOS)
24+
#if os(Linux) || os(macOS) && !COCOAPODS
2625
import Foundation
2726
import HTTP
2827
import WebSocket
@@ -84,4 +83,3 @@ public class VaporEngineRTM: RTMWebSocket {
8483
}
8584
}
8685
#endif
87-
#endif

0 commit comments

Comments
 (0)