Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a6355e

Browse files
committed
Add reminder that ossaudiodev can/should also be built on FreeBSD.
1 parent dca3f2f commit 0a6355e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,8 @@ class found(Exception): pass
722722
if platform == 'linux2':
723723
# Linux-specific modules
724724
exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
725+
726+
# XXX should also build this on FreeBSD!
725727
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
726728

727729
if platform == 'sunos5':

0 commit comments

Comments
 (0)