summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2006-01-03 09:23:48 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2006-01-03 09:23:48 +0000
commitc79e92e9284c59fe8161e57b14a473bc0687335b (patch)
treebe9373061c6b36886f98d030943a80b7f2cdf984 /setup.cfg
parent83ea7e1f5bcc4806953cc87d6d6630fede8bb61a (diff)
downloadpsycopg2-c79e92e9284c59fe8161e57b14a473bc0687335b.tar.gz
Empty options cause generation of invalid "-l" and "-L" options with no
argument. Such options halt windows' ld.exe.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.cfg b/setup.cfg
index 741546c..96d1523 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -32,10 +32,10 @@ include_dirs=.:/usr/include/postgresql:/usr/include/postgresql/server
#include_dirs=.:/usr/include/pgsql:/usr/include/pgsql/server
# If postgresql is installed somewhere weird (i.e., not in your runtime library
-# path like /usr/lib), just add the right path in "library_dirs" any extra
+# path like /usr/lib), just add the right path in "library_dirs" and any extra
# libraries required to link in "libraries".
-library_dirs=
-libraries=
+#library_dirs=
+#libraries=
# Windows-only definitions