diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-08-19 10:33:06 -0400 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-08-19 11:33:23 -0400 |
commit | 31555bccca9a9565c24e2af94629031bcc2d65f8 (patch) | |
tree | b252766d080ed58d8d8c92aebd82ff2fbd70ca1d /scripts | |
parent | 34dde71c224966a0c6ed700cf37c06a28724d965 (diff) | |
download | qtlocation-mapboxgl-31555bccca9a9565c24e2af94629031bcc2d65f8.tar.gz |
set correct environment vars
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/android/run.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/android/run.sh b/scripts/android/run.sh index 927735bb70..2ef0c40c99 100755 --- a/scripts/android/run.sh +++ b/scripts/android/run.sh @@ -5,6 +5,8 @@ set -o pipefail # Add Mason to PATH export PATH="`pwd`/.mason:${PATH}" MASON_DIR="`pwd`/.mason" +export MASON_PLATFORM=android +export MASON_ANDROID_ABI=${ANDROID_ABI} ################################################################################ # Build |