projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e59076
)
ossaudiodev has been building, so remove unnecessary pass and invalid comment
author
Neal Norwitz
<nnorwitz@gmail.com>
Sun, 23 Feb 2003 21:47:05 +0000
(21:47 +0000)
committer
Neal Norwitz
<nnorwitz@gmail.com>
Sun, 23 Feb 2003 21:47:05 +0000
(21:47 +0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 7fd0f755a733d6fdf427d3af80590b9e8bf1ef36..31df74ce5ea1c6a4eb532899ecd81faac227e4e6 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-743,8
+743,6
@@
class PyBuildExt(build_ext):
exts.append( Extension('linuxaudiodev', ['linuxaudiodev.c']) )
if platform in ('linux2', 'freebsd4'):
- # ossaudiodev currently doesn't work, so don't build.
- pass
exts.append( Extension('ossaudiodev', ['ossaudiodev.c']) )
if platform == 'sunos5':