summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-05-23 17:31:44 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-05-23 17:38:11 -0700
commitd378d1f8237078596e0333204f36049b542f4681 (patch)
tree25fd1ae1810e5390739381821c1249101eadf2cc /configure
parent58cd5cae12ede01f8cc8d837ecb1870419e7967a (diff)
downloadqtlocation-mapboxgl-d378d1f8237078596e0333204f36049b542f4681.tar.gz
[build] Avoid variable name coupling between main.mk and configure
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'