We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b9544 commit e533e7dCopy full SHA for e533e7d
src/interfaces/python/setup.py
@@ -31,7 +31,7 @@
31
data_files = [ 'libpq.dll' ]
32
else:
33
include_dirs=['/usr/include/pgsql']
34
- library_dirs=['usr/lib/pgsql']
+ library_dirs=['/usr/lib/pgsql']
35
optional_libs=['pq']
36
data_files = []
37
0 commit comments