mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Enable building and testing of ossaudiodev for Linux.
This commit is contained in:
parent
cd0c047619
commit
dca3f2f54a
2 changed files with 8 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -722,6 +722,7 @@ class PyBuildExt(build_ext):
|
|||
if platform == 'linux2':
|
||||
# Linux-specific modules
|
||||
exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
|
||||
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
|
||||
|
||||
if platform == 'sunos5':
|
||||
# SunOS specific modules
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue