mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +00:00
Add git submodule init to build script
Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
This commit is contained in:
parent
c2e76aab4b
commit
9e165602c4
1 changed files with 1 additions and 0 deletions
|
@ -342,6 +342,7 @@ cd $SRC
|
|||
cd subsurface
|
||||
|
||||
if [ ! -d libdivecomputer/src ] ; then
|
||||
git submodule init
|
||||
git submodule update --recursive
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue