summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index d276cb7ace..1d58a82443 100755
--- a/configure
+++ b/configure
@@ -4,6 +4,8 @@ set -euo pipefail
INPUT_FILE=$1
OUTPUT_FILE=$2
+export MASON_PLATFORM=$3
+export MASON_PLATFORM_VERSION=${4:-}
if [ -z ${INPUT_FILE} ]; then
abort 'You need to specify an input path for the configure.sh file'