提交 fd774986 编写于 作者: P Peifeng Qiu

Fix AIX python path

上级 16161cc1
......@@ -22,7 +22,7 @@ fi
# AIX uses yet another library path variable
# Also, Python on AIX requires special copies of some libraries. Hence, lib/pware.
if [ xAIX = x`uname -s` ]; then
LIBPATH=${GPHOME_LOADERS}/lib/pware:${GPHOME_LOADERS}/lib:${GPHOME_LOADERS}/ext/python/lib:/usr/lib/threads:${LIBPATH}
LIBPATH=${GPHOME_LOADERS}/lib/pware:${GPHOME_LOADERS}/lib:${GPHOME_LOADERS}/ext/python/lib64:/usr/lib/threads:${LIBPATH}
export LIBPATH
GP_LIBPATH_FOR_PYTHON=${GPHOME_LOADERS}/lib/pware
export GP_LIBPATH_FOR_PYTHON
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册