Commit aad9a7fe authored by Stefan Krah's avatar Stefan Krah

Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is

already done by PyMODINIT_FUNC.
parent 4f57b30b
......@@ -538,7 +538,7 @@ class build_ext(Command):
library_dirs=ext.library_dirs,
runtime_library_dirs=ext.runtime_library_dirs,
extra_postargs=extra_args,
export_symbols=self.get_export_symbols(ext),
export_symbols=ext.export_symbols,
debug=self.debug,
build_temp=self.build_temp,
target_lang=language)
......
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