summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFederico Di Gregorio <fog@initd.org>2006-01-10 16:13:37 +0000
committerFederico Di Gregorio <fog@initd.org>2006-01-10 16:13:37 +0000
commit5871596eda7875e3a0cadb4db6fceb4c2995f3c5 (patch)
tree737b69d669e5b493eaa7b80d2e3eee08b1fd9f23 /setup.py
parent1aed51693866f7e16afdfab1f9c1baefae30a9ef (diff)
downloadpsycopg2-5871596eda7875e3a0cadb4db6fceb4c2995f3c5.tar.gz
Some more tests in sandbox.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 80bef70..b369909 100644
--- a/setup.py
+++ b/setup.py
@@ -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)