diff options
author | Curtis McEnroe | 2018-11-29 03:56:54 -0500 |
---|---|---|
committer | Curtis McEnroe | 2018-11-29 03:56:54 -0500 |
commit | 3b3b0d65c357813c0d46377a3e6e302e46439f4d (patch) | |
tree | b193b409cadf44a2aa8a50948ed37e8bc03d6944 /Darwin.mk | |
parent | 5f740e68c90570874375722a1a9cc8b02ddcca30 (diff) |
Set LIBRESSL_PREFIX in Darwin.mk
I think this is still the right path for Homebrew, which is the most popular...
Diffstat (limited to 'Darwin.mk')
-rw-r--r-- | Darwin.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Darwin.mk b/Darwin.mk index fd73e53..7ef8901 100644 --- a/Darwin.mk +++ b/Darwin.mk @@ -1 +1,2 @@ +LIBRESSL_PREFIX = /usr/local/opt/libressl LDLIBS = -lcurses -ltls |