Commit e533e7dc authored by Bruce Momjian's avatar Bruce Momjian

Add missing slash to python install path.

parent 58b95441
......@@ -31,7 +31,7 @@ if sys.platform == "win32":
data_files = [ 'libpq.dll' ]
else:
include_dirs=['/usr/include/pgsql']
library_dirs=['usr/lib/pgsql']
library_dirs=['/usr/lib/pgsql']
optional_libs=['pq']
data_files = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment