Merge pull request #6 from harmony-one/develop-darwin

Update openssl directory for m1/m2 chips
master
Casey Gardiner 2 years ago committed by GitHub
commit ac6b73317f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save