diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-08-18 11:46:51 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-08-18 11:46:51 +0200 |
commit | 46fc26837d688792a6fc58daf40dbca9fe7122fa (patch) | |
tree | ee9da1c3893a8e70d10d8c9da7bf65455ebc8fa6 /setup-libraries.sh | |
parent | 599ed18d58b966d2304bbd5c857eee0aa5c3fff5 (diff) | |
download | qtlocation-mapboxgl-46fc26837d688792a6fc58daf40dbca9fe7122fa.tar.gz |
fix downloading
Diffstat (limited to 'setup-libraries.sh')
-rwxr-xr-x | setup-libraries.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-libraries.sh b/setup-libraries.sh index 4dd4bc5db2..609bc24092 100755 --- a/setup-libraries.sh +++ b/setup-libraries.sh @@ -71,7 +71,7 @@ if [ ! -z "${TRAVIS:-}" ]; then fi fi -if [ -z "${TRAVIS:-}" -o ! -d out/build-cpp11-libcpp-universal ]; then +if test -z "${TRAVIS:-}" || ! test -d out/build-cpp11-libcpp-universal; then source iPhoneOS.sh if [ ! -f out/build-cpp11-libcpp-armv7-iphoneos/lib/libpng.a ] ; then ./scripts/build_png.sh ; fi |