diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -262,8 +262,8 @@ class build_tests(Command): compiler = new_compiler() customize_compiler(compiler) + if os.name == "nt": - # XXX: something broken with mingw python2 compiler.shared_lib_extension = ".dll" if sys.platform == "darwin": |