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 b78961b commit 1cef8eaCopy full SHA for 1cef8ea
src/interfaces/python/setup.py
@@ -30,8 +30,8 @@
30
optional_libs=[ 'libpqdll', 'wsock32', 'advapi32' ]
31
data_files = [ 'libpq.dll' ]
32
else:
33
- include_dirs=['/usr/include/pgsql']
34
- library_dirs=['/usr/lib/pgsql']
+ include_dirs=['../../include','../libpq','/usr/include/pgsql']
+ library_dirs=['../libpq','/usr/lib/pgsql']
35
optional_libs=['pq']
36
data_files = []
37
0 commit comments