From 83e553ec4ed1c231fcfeaa9d54cbef0f44ef8637 Mon Sep 17 00:00:00 2001 From: Casey Gardiner Date: Fri, 11 Nov 2022 10:48:31 -0800 Subject: [PATCH] Update openssl directory for m1/m2 chips --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index 3a1e19d..a377b2c 100644 --- a/common.mk +++ b/common.mk @@ -20,7 +20,7 @@ ifeq ($(UNAME_S),Darwin) GMP_DIR?=/opt/homebrew/opt/gmp endif LIB_SUF=dylib - OPENSSL_DIR?=/usr/local/opt/openssl + OPENSSL_DIR?=/opt/homebrew/opt/openssl@1.1 CFLAGS+=-I$(OPENSSL_DIR)/include LDFLAGS+=-L$(OPENSSL_DIR)/lib CFLAGS+=-I$(GMP_DIR)/include