mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Add missing slash to python install path.
This commit is contained in:
parent
58b95441a4
commit
e533e7dcf5
@ -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 = []
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user