mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08: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' ]
|
||||
else:
|
||||
include_dirs=['/usr/include/pgsql']
|
||||
library_dirs=['usr/lib/pgsql']
|
||||
library_dirs=['/usr/lib/pgsql']
|
||||
optional_libs=['pq']
|
||||
data_files = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user