We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918d159 commit 5284fdaCopy full SHA for 5284fda
setup.py
@@ -19,7 +19,8 @@
19
ZLIB_NG_SOURCE = os.path.join("src", "zlib_ng", "zlib-ng")
20
21
SYSTEM_IS_UNIX = (sys.platform.startswith("linux") or
22
- sys.platform.startswith("darwin"))
+ sys.platform.startswith("darwin") or
23
+ 'bsd' in sys.platform)
24
SYSTEM_IS_WINDOWS = sys.platform.startswith("win")
25
26
# Since pip builds in a temp directory by default, setting a fixed file in
0 commit comments