mac build: Configure Git without SSL

This commit is contained in:
Hylke Bons 2016-03-26 15:06:39 +00:00
parent 9fdb07af1a
commit 81be04f15e

View file

@ -26,7 +26,7 @@ then
cd git-${gitVersion}
make configure
./configure --prefix=${projectFolder}/git
./configure --prefix=${projectFolder}/git --with-openssl=no
make install
cd ..