Disable the dl module

This commit is contained in:
Andrew M. Kuchling 2001-03-02 06:24:14 +00:00
parent 3ed4c15a88
commit 5dfa13719f
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ class PyBuildExt(build_ext):
exts.append( Extension('resource', ['resource.c']) ) exts.append( Extension('resource', ['resource.c']) )
# Generic dynamic loading module # 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. # Sun yellow pages. Some systems have the functions in libc.
if platform not in ['cygwin']: if platform not in ['cygwin']: