Update readline.sh

pull/632/head
Mr Chen 6 months ago
parent f45dd1bbf5
commit e480582fcf
  1. 9
      plugins/php/versions/common/readline.sh

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

Loading…
Cancel
Save