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 ebf6f0b commit 7d5c378Copy full SHA for 7d5c378
setup.py
@@ -86,6 +86,8 @@ def build_extensions(self):
86
self.compiler.add_library('rt')
87
elif sys.platform.startswith('freebsd'):
88
self.compiler.add_library('kvm')
89
+ elif sys.platform.startswith('sunos'):
90
+ self.compiler.add_library('kstat')
91
92
super().build_extensions()
93
0 commit comments