Skip to content

Commit 44959b4

Browse files
committed
Enable building on GNU/Hurd platforms
1 parent 9760722 commit 44959b4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ version develop
1212
-----------------
1313
+ Use upstream ISA-L version 2.31.1 which includes patches to make
1414
installation possible.
15+
+ Enable building on GNU/Hurd platforms.
1516

1617
version 1.7.1
1718
-----------------

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
sys.platform.startswith("netbsd"))
2727
SYSTEM_IS_UNIX = (sys.platform.startswith("linux") or
2828
sys.platform.startswith("darwin") or
29+
sys.platform.startswith("gnu") or
2930
SYSTEM_IS_BSD)
3031
SYSTEM_IS_WINDOWS = sys.platform.startswith("win")
3132

0 commit comments

Comments
 (0)