From 267bd4cc7bdb8420ca2a7ed9c36cbdb27e6d7664 Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 29 May 2017 16:40:24 +0300 Subject: Add automatic updating of sub modules to BUILD scripts --- BUILD/FINISH.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index b41c5c5139d..070fed6da7c 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 -- cgit v1.2.1