osx: Set LDFLAGS to search Foundation and Security

This commit is contained in:
Tomas Babej 2022-12-18 15:57:43 -05:00 committed by Tomas Babej
parent 3289f93073
commit 64aa1b1c7e

View file

@ -1,5 +1,6 @@
set -ex set -ex
export LDFLAGS="-framework Foundation -framework Security"
brew install gnutls brew install gnutls
brew install cmake brew install cmake
brew install libfaketime brew install libfaketime