summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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