Skip to content

Commit

Permalink
Better way to import zlib (1024jp#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Nov 11, 2017
1 parent 1a7237e commit e310fa3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Change Log
==========================

4.0.3
--------------------------

### Fixes

- Fix running on Linux.


4.0.2
--------------------------

Expand Down
6 changes: 3 additions & 3 deletions Sources/Gzip/Data+Gzip.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@

import Foundation

#if os(OSX)
import zlib
#elseif os(Linux)
#if os(Linux)
import zlibLinux
#else
import zlib
#endif

/**
Expand Down

0 comments on commit e310fa3

Please sign in to comment.