Update readline.sh

pull/632/head
Mr Chen 5 months ago
parent d37f651f23
commit f45dd1bbf5
  1. 2
      plugins/php/versions/common/readline.sh

@ -63,7 +63,7 @@ Install_lib()
OPTIONS="$OPTIONS --build=aarch64-unknown-linux-gnu --host=aarch64-unknown-linux-gnu"
fi
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:${serverPath}/lib/pkgconfig
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:${serverPath}/lib/libedit/lib/pkgconfig
if [ "$sysName" == "Darwin" ];then
cd ${rootPath}/plugins/php/lib && /bin/bash libedit.sh
OPTIONS="$OPTIONS --with-libedit=${serverPath}/lib/libedit"

Loading…
Cancel
Save