summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2022-05-20 01:18:07 +0200
committerDirk Engling <erdgeist@erdgeist.org>2022-05-20 01:18:07 +0200
commit7569f82a4a5d43c16017f1f86d02ba4d158d567f (patch)
treeeda60c64872b04090e17109d7687ee3d68158c2d
parent52a72be2a6790a5a59d19c11847aa27b9e32ea89 (diff)
Remove library path used on brew
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 281910d..8625024 100755
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ CFLAGS = -Wall -Os
18CFLAGS += $(OLDREADLINE) 18CFLAGS += $(OLDREADLINE)
19 19
20##### Enable this for using the OpenSSL library 20##### Enable this for using the OpenSSL library
21CFLAGS += -DTLS_LIB_OPENSSL -I"/usr/local/opt/openssl@1.1/include" 21CFLAGS += -DTLS_LIB_OPENSSL
22LIBS += -lssl -lcrypto 22LIBS += -lssl -lcrypto
23 23
24##### Enable this for using the mbedTLS library 24##### Enable this for using the mbedTLS library