diff options
Diffstat (limited to 'packaging/android/build.sh')
-rw-r--r-- | packaging/android/build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 836704605..c5d1c8873 100644 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -19,6 +19,8 @@ # # you also need to have the current Android SDK and NDK installed under ~/src # +# Or just set QT5_ANDROID, ANDROID_SDK_ROOT and ANDROID_NDK_ROOT to where ever you have them. +# set -e PLATFORM=$(uname) # (trick to get the absolute path, either if we're called with a |