mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-06-30 17:53:06 +03:00
Empty options cause generation of invalid "-l" and "-L" options with no
argument. Such options halt windows' ld.exe.
This commit is contained in:
parent
83ea7e1f5b
commit
c79e92e928
|
@ -32,10 +32,10 @@ include_dirs=.:/usr/include/postgresql:/usr/include/postgresql/server
|
||||||
#include_dirs=.:/usr/include/pgsql:/usr/include/pgsql/server
|
#include_dirs=.:/usr/include/pgsql:/usr/include/pgsql/server
|
||||||
|
|
||||||
# If postgresql is installed somewhere weird (i.e., not in your runtime library
|
# 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".
|
# libraries required to link in "libraries".
|
||||||
library_dirs=
|
#library_dirs=
|
||||||
libraries=
|
#libraries=
|
||||||
|
|
||||||
|
|
||||||
# Windows-only definitions
|
# Windows-only definitions
|
||||||
|
|
Loading…
Reference in New Issue
Block a user