1
0
forked from 0ad/0ad

Disables GnuTLS Native Language Support in build-osx-libs.sh, refs #5503

This was SVN commit r22494.
This commit is contained in:
historic_bruno 2019-07-17 14:51:57 +00:00
parent 7f453a2bd0
commit 7d73af990d

View File

@ -696,6 +696,7 @@ then
--with-included-libtasn1 \
--without-p11-kit \
--disable-tests \
--disable-nls \
&& make ${JOBS} && make install) || die "GnuTLS build failed"
popd
touch .already-built