diff options
author | Federico Di Gregorio <fog@initd.org> | 2006-01-10 16:13:37 +0000 |
---|---|---|
committer | Federico Di Gregorio <fog@initd.org> | 2006-01-10 16:13:37 +0000 |
commit | 5871596eda7875e3a0cadb4db6fceb4c2995f3c5 (patch) | |
tree | 737b69d669e5b493eaa7b80d2e3eee08b1fd9f23 /setup.py | |
parent | 1aed51693866f7e16afdfab1f9c1baefae30a9ef (diff) | |
download | psycopg2-5871596eda7875e3a0cadb4db6fceb4c2995f3c5.tar.gz |
Some more tests in sandbox.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ class psycopg_build_ext(build_ext): # on Python >= 2.4. Maybe related to strdup calls, cfr. # http://mail.python.org/pipermail/distutils-sig/2005-April/004433.html if self.get_compiler().compiler_type == "mingw32" \ - and 'msvcr71' in self.compiler.dll_libraries: + and 'msvcr71' in self.compiler.dll_libraries: self.compiler.dll_libraries.remove('msvcr71') build_ext.build_extensions(self) |