diff options
author | michael-grunder <michael.grunder@gmail.com> | 2023-04-14 10:40:50 -0700 |
---|---|---|
committer | Michael Grunder <michael.grunder@gmail.com> | 2023-04-14 12:42:14 -0700 |
commit | aacb84b8d403c179803a7472c6804eddd39b0a23 (patch) | |
tree | acf7ebbc757b85acf6b08f0fcfda96281afacc1b | |
parent | 563b062e37a869dea30b6d95c55c1bbc44bc15dd (diff) |
Fix typo in makefile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ ifeq ($(USE_SSL),1) ifneq ($(wildcard $(SEARCH_PATH1)),) OPENSSL_PREFIX=$(SEARCH_PATH1) - else ifneq($(wildcard $(SEARCH_PATH2)),) + else ifneq ($(wildcard $(SEARCH_PATH2)),) OPENSSL_PREFIX=$(SEARCH_PATH2) endif endif |