mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)
This commit is contained in:
parent
a838a801f2
commit
ea684743da
5 changed files with 5 additions and 4 deletions
2
setup.py
2
setup.py
|
@ -1159,7 +1159,7 @@ class PyBuildExt(build_ext):
|
|||
missing.append('linuxaudiodev')
|
||||
|
||||
if platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6',
|
||||
'freebsd7'):
|
||||
'freebsd7', 'freebsd8'):
|
||||
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
|
||||
else:
|
||||
missing.append('ossaudiodev')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue