Thanks to visit codestin.com Credit goes to github.com
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 dca3f2f commit 0a6355eCopy full SHA for 0a6355e
1 file changed
setup.py
@@ -722,6 +722,8 @@ class found(Exception): pass
722
if platform == 'linux2':
723
# Linux-specific modules
724
exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
725
+
726
+ # XXX should also build this on FreeBSD!
727
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
728
729
if platform == 'sunos5':
0 commit comments