提交 e533e7dc 编写于 作者: B Bruce Momjian

Add missing slash to python install path.

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册