Skip to content

Commit

Permalink
Qt local upload: fix Android NDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Mar 14, 2018
1 parent c7621f1 commit b2fcd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance/local-upload/qt/linux/android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -x

[ "${GITHUB_USER_PASSWORD}" = "" ] && { echo "GITHUB_USER_PASSWORD is not set"; exit 1; }
[ "${ANDROID_NDK_r10e}" = "" ] && { echo "ANDROID_NDK_r10e is not set"; exit 1; }
[ "${ANDROID_NDK_r16b}" = "" ] && { echo "ANDROID_NDK_r16b is not set"; exit 1; }

export GITHUB_USER_PASSWORD

Expand Down

0 comments on commit b2fcd52

Please sign in to comment.