summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-06-13 14:47:13 -0700
committerAntonio Zugaldia <antonio@mapbox.com>2016-06-16 16:15:45 -0400
commit2893f39249650bac8c5c4c4edf6600018e811642 (patch)
tree87e0d88244b5d68317c844084e4e6a47058c87c8 /configure
parenta5476346bf8dd696c6b7108d61dcc4928f8304e7 (diff)
downloadqtlocation-mapboxgl-2893f39249650bac8c5c4c4edf6600018e811642.tar.gz
[android] Rename OS X SDK to macOS SDK in Android 4.1 release branch
Fixes #5382 Also renamed as many references to OS X as possible to macOS in documentation.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 1d58a82443..26052aa4f8 100755
--- a/configure
+++ b/configure
@@ -7,6 +7,10 @@ OUTPUT_FILE=$2
export MASON_PLATFORM=$3
export MASON_PLATFORM_VERSION=${4:-}
+if [ "${MASON_PLATFORM}" = "macos" ]; then
+ export MASON_PLATFORM=osx
+fi
+
if [ -z ${INPUT_FILE} ]; then
abort 'You need to specify an input path for the configure.sh file'
fi