Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed4c15 commit 5dfa137Copy full SHA for 5dfa137
1 file changed
setup.py
@@ -388,7 +388,7 @@ def detect_modules(self):
388
exts.append( Extension('resource', ['resource.c']) )
389
390
# Generic dynamic loading module
391
- exts.append( Extension('dl', ['dlmodule.c']) )
+ #exts.append( Extension('dl', ['dlmodule.c']) )
392
393
# Sun yellow pages. Some systems have the functions in libc.
394
if platform not in ['cygwin']:
0 commit comments