From 64aa1b1c7e4afe7d42d1ec1572a303da5c34eb55 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sun, 18 Dec 2022 15:57:43 -0500 Subject: [PATCH] osx: Set LDFLAGS to search Foundation and Security --- test/scripts/test_osx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/scripts/test_osx.sh b/test/scripts/test_osx.sh index 000672caa..e3ac40457 100644 --- a/test/scripts/test_osx.sh +++ b/test/scripts/test_osx.sh @@ -1,5 +1,6 @@ set -ex +export LDFLAGS="-framework Foundation -framework Security" brew install gnutls brew install cmake brew install libfaketime