diff options
author | June McEnroe <june@causal.agency> | 2019-11-06 17:58:46 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-06 17:58:46 -0500 |
commit | bbfac18d878ac74e9eec6a782ebf32154b27261e (patch) | |
tree | 9865cb2f438c0588a6e998cf8ffc171d23ef3dd7 | |
parent | Remove -DNO_EXPLICIT_BZERO from Darwin.mk (diff) | |
download | pounce-bbfac18d878ac74e9eec6a782ebf32154b27261e.tar.gz pounce-bbfac18d878ac74e9eec6a782ebf32154b27261e.zip |
Assume LibreSSL from brew on Darwin
Diffstat (limited to '')
-rw-r--r-- | Darwin.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Darwin.mk b/Darwin.mk index cc6a230..42ba483 100644 --- a/Darwin.mk +++ b/Darwin.mk @@ -1 +1,2 @@ +LIBRESSL_PREFIX = /usr/local/opt/libressl LDLIBS := ${LDLIBS:-lcrypt=} |