diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2022-05-20 01:18:07 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2022-05-20 01:18:07 +0200 |
commit | 7569f82a4a5d43c16017f1f86d02ba4d158d567f (patch) | |
tree | eda60c64872b04090e17109d7687ee3d68158c2d | |
parent | 52a72be2a6790a5a59d19c11847aa27b9e32ea89 (diff) |
Remove library path used on brew
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ CFLAGS = -Wall -Os | |||
18 | CFLAGS += $(OLDREADLINE) | 18 | CFLAGS += $(OLDREADLINE) |
19 | 19 | ||
20 | ##### Enable this for using the OpenSSL library | 20 | ##### Enable this for using the OpenSSL library |
21 | CFLAGS += -DTLS_LIB_OPENSSL -I"/usr/local/opt/openssl@1.1/include" | 21 | CFLAGS += -DTLS_LIB_OPENSSL |
22 | LIBS += -lssl -lcrypto | 22 | LIBS += -lssl -lcrypto |
23 | 23 | ||
24 | ##### Enable this for using the mbedTLS library | 24 | ##### Enable this for using the mbedTLS library |