Kaydet (Commit) 5dfa1371 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Disable the dl module

üst 3ed4c15a
......@@ -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']:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment