Skip to content

Commit f8a5376

Browse files
Ben Jolitz1st1
authored andcommitted
setup.py: Add support DragonFlyBSD (closes #77)
1 parent 21de4a1 commit f8a5376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def build_extensions(self):
256256

257257
if sys.platform.startswith('linux'):
258258
self.compiler.add_library('rt')
259-
elif sys.platform.startswith('freebsd'):
259+
elif sys.platform.startswith(('freebsd', 'dragonfly')):
260260
self.compiler.add_library('kvm')
261261
elif sys.platform.startswith('sunos'):
262262
self.compiler.add_library('kstat')

0 commit comments

Comments
 (0)