refactoring

This commit is contained in:
Oleg Korshul
2019-10-25 10:45:01 +03:00
parent 015146a927
commit d3110f5c43

View File

@ -50,10 +50,12 @@ if [ ! -d $folder ]; then
cp stage/lib/* "$folder/shared/"
fi
if [[ "$OO_PLATFORM" == "*ios*" ]]
if [[ "$OO_PLATFORM" == *"ios"* ]]
then
cd "$SCRIPTPATH"
./boost_ios.sh
if [ ! -d "$SCRIPTPATH/boost_1_58_0/build/ios" ]; then
cd "$SCRIPTPATH"
./boost_ios.sh
fi
fi