From 0a6355eb1fb5af03827a00e146c147c94efe78c9 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Wed, 8 Jan 2003 01:37:41 +0000 Subject: [PATCH] Add reminder that ossaudiodev can/should also be built on FreeBSD. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) 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': -- 2.50.1