mirror of https://github.com/python/cpython
Disable the dl module
This commit is contained in:
parent
3ed4c15a88
commit
5dfa13719f
2
setup.py
2
setup.py
|
@ -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']:
|
||||||
|
|
Loading…
Reference in New Issue