Commit 0a6355eb authored by Greg Ward's avatar Greg Ward

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

parent dca3f2f5
......@@ -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':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment