Update intl.sh

This commit is contained in:
midoks 2023-06-14 01:24:15 +08:00
parent 9f02cf9744
commit 60af43ed31
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ else
fi
OPTIONS=''
if [ "$version" -lt "71" ];then
if [ "$version" -lt "74" ];then
cd ${rootPath}/plugins/php/lib && /bin/bash icu.sh
OPTIONS="--with-icu-dir=${serverPath}/lib/icu"
fi