Skip to content

Commit

Permalink
Add automatic updating of sub modules to BUILD scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed May 29, 2017
1 parent 7e5bd15 commit 267bd4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD/FINISH.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 267bd4c

Please sign in to comment.