Commit 09941c67 authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent c2605bb5
...@@ -38,11 +38,11 @@ fi ...@@ -38,11 +38,11 @@ fi
if [[ "$platform" == *"linux"* ]] if [[ "$platform" == *"linux"* ]]
then then
if [ -f "./icu.zip" ] if [[ -f "./icu.zip" ]]
then then
echo "icu already downloaded" echo "icu already downloaded"
else else
if [ "$arch" == *"_64"* ] if [[ "$arch" == *"_64"* ]]
then then
wget -O icu.zip http://download.icu-project.org/files/icu4c/55.1/icu4c-55_1-RHEL6-x64.tgz wget -O icu.zip http://download.icu-project.org/files/icu4c/55.1/icu4c-55_1-RHEL6-x64.tgz
else else
...@@ -59,7 +59,7 @@ cp "./usr/local/lib/libicudata.so.55.1" "build/libicudata.so.55" ...@@ -59,7 +59,7 @@ cp "./usr/local/lib/libicudata.so.55.1" "build/libicudata.so.55"
cp "./usr/local/lib/libicuuc.so.55.1" "build/libicuuc.so.55" cp "./usr/local/lib/libicuuc.so.55.1" "build/libicuuc.so.55"
fi fi
if [ "$platform" == *"mac"* ] if [[ "$platform" == *"mac"* ]]
then then
if [ -d "./icu" ] if [ -d "./icu" ]
then then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment