Commit aacb84b8 authored by michael-grunder's avatar michael-grunder Committed by Michael Grunder
Browse files

Fix typo in makefile.

parent 563b062e
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment