projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dca3f2f
)
Add reminder that ossaudiodev can/should also be built on FreeBSD.
author
Greg Ward
<gward@python.net>
Wed, 8 Jan 2003 01:37:41 +0000
(
01:37
+0000)
committer
Greg Ward
<gward@python.net>
Wed, 8 Jan 2003 01:37:41 +0000
(
01:37
+0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index a0e931c74b7eaced8ddc8e1ecf68b3836467c3dc..849438c7e851bef77829e2479742c4cdb409cf87 100644
(file)
--- a/
setup.py
+++ b/
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':