Closed marian42 closed 5 years ago
Build scripts should call git submodule init and git submodule update.
git submodule init
git submodule update
I didn't figure out how to do it but I think it's not worth putting more time into this. The readme file tells you to use the recursive git checkout command, so this shouldn't be needed.
Build scripts should call
git submodule init
andgit submodule update
.