From: Greg Ward Date: Wed, 8 Jan 2003 01:37:41 +0000 (+0000) Subject: Add reminder that ossaudiodev can/should also be built on FreeBSD. X-Git-Tag: v2.3c1~2535 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a6355eb1fb5af03827a00e146c147c94efe78c9;p=python Add reminder that ossaudiodev can/should also be built on FreeBSD. --- diff --git a/setup.py b/setup.py index a0e931c74b..849438c7e8 100644 --- a/setup.py +++ b/setup.py @@ -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':