mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
refactoring
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user