Add reminder that ossaudiodev can/should also be built on FreeBSD.

This commit is contained in:
Greg Ward 2003-01-08 01:37:41 +00:00
parent dca3f2f54a
commit 0a6355eb1f
1 changed files with 2 additions and 0 deletions

View File

@ -722,6 +722,8 @@ class PyBuildExt(build_ext):
if platform == 'linux2':
# Linux-specific modules
exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
# XXX should also build this on FreeBSD!
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
if platform == 'sunos5':