diff options
author | Guido van Rossum <guido@python.org> | 2003-02-13 16:12:21 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-02-13 16:12:21 (GMT) |
commit | 0c016a9590b3da47f19420d0616e0c72cae19abf (patch) | |
tree | abb3cffe66cec1ac1a9a1af09907b7f893721e28 /setup.py | |
parent | 8587b3c0730236dc007e8533c3cbfccd421fa381 (diff) | |
download | cpython-0c016a9590b3da47f19420d0616e0c72cae19abf.zip cpython-0c016a9590b3da47f19420d0616e0c72cae19abf.tar.gz cpython-0c016a9590b3da47f19420d0616e0c72cae19abf.tar.bz2 |
Re-enable compiling ossaudiodev now that it seems to work again.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -745,7 +745,7 @@ class PyBuildExt(build_ext): if platform in ('linux2', 'freebsd4'): # ossaudiodev currently doesn't work, so don't build. pass -## exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) + exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) ) if platform == 'sunos5': # SunOS specific modules |