diff options
Diffstat (limited to 'BUILD/FINISH.sh')
-rw-r--r-- | BUILD/FINISH.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 20784c49f0b..cae34885145 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -47,6 +47,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 |