mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Add reminder that ossaudiodev can/should also be built on FreeBSD.
This commit is contained in:
parent
dca3f2f54a
commit
0a6355eb1f
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -722,6 +722,8 @@ class PyBuildExt(build_ext):
|
|||
if platform == 'linux2':
|
||||
# Linux-specific modules
|
||||
exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
|
||||
|
||||
# XXX should also build this on FreeBSD!
|
||||
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
|
||||
|
||||
if platform == 'sunos5':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue