Skip to content

Commit e533e7d

Browse files
committed
Add missing slash to python install path.
1 parent 58b9544 commit e533e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
data_files = [ 'libpq.dll' ]
3232
else:
3333
include_dirs=['/usr/include/pgsql']
34-
library_dirs=['usr/lib/pgsql']
34+
library_dirs=['/usr/lib/pgsql']
3535
optional_libs=['pq']
3636
data_files = []
3737

0 commit comments

Comments
 (0)