summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-03-24 10:51:52 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-03-24 10:58:42 -0700
commit2e467ff3f1d58d05202332e05e2066e8710bbd8a (patch)
treed6e75c3506b7ebb34a3aefa961905f72649c8974 /configure
parent169755e89a72b103fab100ccd101013e8eef1481 (diff)
downloadqtlocation-mapboxgl-2e467ff3f1d58d05202332e05e2066e8710bbd8a.tar.gz
[build] Force git submodule update before running mason
Refs #4454
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 39e07e0956..c222ed3f9c 100755
--- a/configure
+++ b/configure
@@ -17,6 +17,7 @@ function warn { >&2 echo -e "\033[1m\033[33m$1\033[0m"; }
if [ -e "`pwd`/.git" ]; then
info "This build is within a git repository"
+ git submodule update --init
export MASON_DIR="`pwd`/.mason"
export PATH="${MASON_DIR}:${PATH}"
else