summaryrefslogtreecommitdiff
path: root/platform
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 /platform
parent58cd5cae12ede01f8cc8d837ecb1870419e7967a (diff)
downloadqtlocation-mapboxgl-d378d1f8237078596e0333204f36049b542f4681.tar.gz
[build] Avoid variable name coupling between main.mk and configure
Diffstat (limited to 'platform')
-rw-r--r--platform/qt/scripts/configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/qt/scripts/configure.sh b/platform/qt/scripts/configure.sh
index bf8ea049b6..bb9df18038 100644
--- a/platform/qt/scripts/configure.sh
+++ b/platform/qt/scripts/configure.sh
@@ -73,7 +73,7 @@ function print_qt_flags {
fi
}
-CONFIGURE_SUPLATFORM=platform/qt/scripts/configure-${SUBPLATFORM}.sh
+CONFIGURE_SUPLATFORM=platform/qt/scripts/configure-${MASON_PLATFORM_VERSION}.sh
if [ -f $CONFIGURE_SUPLATFORM ]; then
source $CONFIGURE_SUPLATFORM