Update install.sh
This commit is contained in:
parent
1ca2f3eb0c
commit
23d3a5351d
|
|
@ -45,9 +45,7 @@ if [ $sysName == 'Darwin' ]; then
|
|||
# OPTIONS="${OPTIONS} --enable-zip"
|
||||
else
|
||||
OPTIONS='--without-iconv'
|
||||
# OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
|
||||
OPTIONS="${OPTIONS} --with-curl"
|
||||
# OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip"
|
||||
fi
|
||||
|
||||
IS_64BIT=`getconf LONG_BIT`
|
||||
|
|
|
|||
Loading…
Reference in New Issue