Skip to content

Commit

Permalink
Fix typo in makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-grunder committed Apr 14, 2023
1 parent 563b062 commit aacb84b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aacb84b

Please sign in to comment.