projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ed4c15
)
Disable the dl module
author
Andrew M. Kuchling
<amk@amk.ca>
Fri, 2 Mar 2001 06:24:14 +0000
(06:24 +0000)
committer
Andrew M. Kuchling
<amk@amk.ca>
Fri, 2 Mar 2001 06:24:14 +0000
(06:24 +0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 67bf5b7b4a324dea84fe2d7f40f98bbef5d017ca..88e1c63486cb33ff30003ecfe6dd8dc84a373c86 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-388,7
+388,7
@@
class PyBuildExt(build_ext):
exts.append( Extension('resource', ['resource.c']) )
# Generic dynamic loading module
- exts.append( Extension('dl', ['dlmodule.c']) )
+
#
exts.append( Extension('dl', ['dlmodule.c']) )
# Sun yellow pages. Some systems have the functions in libc.
if platform not in ['cygwin']: