]> granicus.if.org Git - python/commitdiff
Add reminder that ossaudiodev can/should also be built on FreeBSD.
authorGreg Ward <gward@python.net>
Wed, 8 Jan 2003 01:37:41 +0000 (01:37 +0000)
committerGreg Ward <gward@python.net>
Wed, 8 Jan 2003 01:37:41 +0000 (01:37 +0000)
setup.py

index a0e931c74b7eaced8ddc8e1ecf68b3836467c3dc..849438c7e851bef77829e2479742c4cdb409cf87 100644 (file)
--- 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':