Commit 267bd4cc authored by Monty's avatar Monty

Add automatic updating of sub modules to BUILD scripts

parent 7e5bd150
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment