Skip to content
Snippets Groups Projects
Commit e533e7dc authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add missing slash to python install path.

parent 58b95441
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ if sys.platform == "win32": ...@@ -31,7 +31,7 @@ if sys.platform == "win32":
data_files = [ 'libpq.dll' ] data_files = [ 'libpq.dll' ]
else: else:
include_dirs=['/usr/include/pgsql'] include_dirs=['/usr/include/pgsql']
library_dirs=['usr/lib/pgsql'] library_dirs=['/usr/lib/pgsql']
optional_libs=['pq'] optional_libs=['pq']
data_files = [] data_files = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment