diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-03-24 10:51:52 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-03-24 10:58:42 -0700 |
commit | 2e467ff3f1d58d05202332e05e2066e8710bbd8a (patch) | |
tree | d6e75c3506b7ebb34a3aefa961905f72649c8974 /configure | |
parent | 169755e89a72b103fab100ccd101013e8eef1481 (diff) | |
download | qtlocation-mapboxgl-2e467ff3f1d58d05202332e05e2066e8710bbd8a.tar.gz |
[build] Force git submodule update before running mason
Refs #4454
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |