Browse Source

Clean git ignored files in openssl build script

Eugene Fryntov 9 years ago
parent
commit
4844f308d9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      MobileLibrary/iOS/OpenSSL-for-iPhone/build-libssl.sh

+ 2 - 0
MobileLibrary/iOS/OpenSSL-for-iPhone/build-libssl.sh

@@ -74,6 +74,8 @@ if [ ${FORCE_BUILD} == false ]; then
   fi
 fi
 
+git clean -Xdf ${CURRENTPATH}
+
 if [ ! -d "$DEVELOPER" ]; then
   echo "xcode path is not set correctly $DEVELOPER does not exist"
   echo "run"