From 878cb256f0f66515ea8b817358c5136f66d32752 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 11 Mar 2019 11:44:23 +0100 Subject: [PATCH] Tools/gnutls: we don't have to call 'module use System' --- Tools/gnutls/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/gnutls/build b/Tools/gnutls/build index a4b778f..8d881cd 100755 --- a/Tools/gnutls/build +++ b/Tools/gnutls/build @@ -7,7 +7,7 @@ pbuild::add_to_group 'Tools' module use 'Libraries' if [[ ${OS} == Darwin ]]; then - module use System + #module use System pbuild::add_configure_args "CC=clang" fi pbuild::add_configure_args "--with-included-unistring"