summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 67148de714..6b9a3b63cc 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