diff options
Diffstat (limited to 'scripts/prepare.sh')
-rwxr-xr-x | scripts/prepare.sh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/prepare.sh b/scripts/prepare.sh index e2617230..9b76ec12 100755 --- a/scripts/prepare.sh +++ b/scripts/prepare.sh @@ -1,19 +1,4 @@ #!/bin/sh -if test x$1 != xskipprebuilt ; then - mkdir -p ../Externals/builds/builds - mkdir -p ../Externals/prebuilt - pushd ../Externals/prebuilt - if test -d mailcore2-deps ; then - cd mailcore2-deps - git pull --rebase - cd .. - else - git clone https://github.com/dinhviethoa/mailcore2-deps.git - fi - cp mailcore2-deps/*.zip ../builds/builds - popd -fi - ./prepare-mac.sh ./prepare-ios.sh |