Browse Source

Add automatic updating of sub modules to BUILD scripts

pull/401/head
Monty 9 years ago
parent
commit
267bd4cc7b
  1. 1
      BUILD/FINISH.sh

1
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

Loading…
Cancel
Save