Fix typo in makefile.
This commit is contained in:
parent
563b062e37
commit
aacb84b8d4
2
Makefile
2
Makefile
@ -99,7 +99,7 @@ ifeq ($(USE_SSL),1)
|
|||||||
|
|
||||||
ifneq ($(wildcard $(SEARCH_PATH1)),)
|
ifneq ($(wildcard $(SEARCH_PATH1)),)
|
||||||
OPENSSL_PREFIX=$(SEARCH_PATH1)
|
OPENSSL_PREFIX=$(SEARCH_PATH1)
|
||||||
else ifneq($(wildcard $(SEARCH_PATH2)),)
|
else ifneq ($(wildcard $(SEARCH_PATH2)),)
|
||||||
OPENSSL_PREFIX=$(SEARCH_PATH2)
|
OPENSSL_PREFIX=$(SEARCH_PATH2)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user