diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index b41c5c5139da2..070fed6da7cc9 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -42,6 +42,7 @@ path=`dirname $0` if [ -z "$just_clean" ] then commands="$commands +git submodule update CC=\"$CC\" CFLAGS=\"$cflags\" CXX=\"$CXX\" CXXFLAGS=\"$cxxflags\" CXXLDFLAGS=\"$CXXLDFLAGS\" $configure" fi