mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Re-enable compiling ossaudiodev now that it seems to work again.
This commit is contained in:
parent
8587b3c073
commit
0c016a9590
2 changed files with 1 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue