Closed mbrowne closed 4 years ago
The build instructions for MacOS currently say to run this command:
git submodule update --init
This does not work, because there are recursive submodules. This fixes it:
git submodule update --init --recursive
The build instructions for MacOS currently say to run this command:
This does not work, because there are recursive submodules. This fixes it: