Skip to content

Commit 31ccaca

Browse files
authored
Merge pull request #626 from pinotree/gnu-systems
Build on any GNU system
2 parents c066c97 + 4bce912 commit 31ccaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def load_libraries():
4747

4848

4949
# check the platform
50-
if sys.platform.startswith("linux"):
50+
if sys.platform.startswith("linux") or 'gnu' in sys.platform:
5151
module = Extension(
5252
"fitz._fitz", # name of the module
5353
["fitz/fitz.i"],

0 commit comments

Comments
 (0)