Skip to content

Commit 2149d7c

Browse files
committed
Make GNU/Hurd a supported platform
1 parent 9760722 commit 2149d7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
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+
+ Make GNU/Hurd a supported platform.
1516

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

setup.py

Lines changed: 1 addition & 0 deletions
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)