Fix typo in makefile.

This commit is contained in:
michael-grunder 2023-04-14 10:40:50 -07:00 committed by Michael Grunder
parent 563b062e37
commit aacb84b8d4

View File

@ -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