mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
ossaudiodev.c currently gives compilation errors, and Greg doesn't fix
it, so disable the build for now.
This commit is contained in:
parent
b01c39bb94
commit
81d40d6f47
1 changed files with 3 additions and 2 deletions
5
setup.py
5
setup.py
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue