mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +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
|
@ -593,7 +593,6 @@ _expectations = {
|
|||
test_largefile
|
||||
test_nis
|
||||
test_ntpath
|
||||
test_ossaudiodev
|
||||
test_socketserver
|
||||
test_sunaudiodev
|
||||
test_unicode_file
|
||||
|
|
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