Good morning, I’m trying to install vcflib (https://github.com/ekg/vcflib) which contains multiple git submodules.
In order to download the complete repo I do need to add the --recursive option : git clone --recursive https://github.com/ekg/vcflib.git I have tried to execute "git submodule update --init --recursive" as a prebuildopts, but it didn't work. Do you know any workaround for this? Thanks! Jordi

