Commit d566d94b authored by Martin Teichmann's avatar Martin Teichmann

use all distutils config files

It is very astonishing to a user, that pyximport uses a different
set of config files from the underlying distutils.
parent 13fed5a5
......@@ -80,9 +80,8 @@ def pyx_to_dll(filename, ext = None, force_rebuild = 0,
build.build_base = pyxbuild_dir
cfgfiles = dist.find_config_files()
try: cfgfiles.remove('setup.cfg')
except ValueError: pass
dist.parse_config_files(cfgfiles)
try:
ok = dist.parse_command_line()
except DistutilsArgError:
......
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