tokers commented on a change in pull request #3718:
URL: https://github.com/apache/apisix/pull/3718#discussion_r585595804
##########
File path: Makefile
##########
@@ -31,6 +31,15 @@ ifeq ($(shell test -d $(addprefix $(OR_PREFIX), openssl111)
&& echo -n yes), yes
OPENSSL_PREFIX=$(addprefix $(OR_PREFIX), openssl111)
endif
+ifeq ($(UNAME), Darwin)
+ifeq ($(shell test -d /usr/local/opt/openresty-openssl && echo yes), yes)
+ OPENSSL_PREFIX=/usr/local/opt/openresty-openssl
+endif
+ifeq ($(shell test -d /usr/local/opt/openresty-openssl111 && echo yes), yes)
Review comment:
Should try this first.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]