Commit 81d40d6f authored by Guido van Rossum's avatar Guido van Rossum

ossaudiodev.c currently gives compilation errors, and Greg doesn't fix

it, so disable the build for now.
parent b01c39bb
......@@ -723,8 +723,9 @@ class PyBuildExt(build_ext):
# Linux-specific modules
exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
# XXX should also build this on FreeBSD!
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
# ossaudiodev currently doesn't work, so don't build.
## # XXX should also build this on FreeBSD!
## exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
if platform == 'sunos5':
# SunOS specific modules
......
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