Merge branch 'patch-apple-openssl-build' of https://github.com/nashe/eschalot into nashe-patch-apple-openssl-build

pull/15/head
Lars Boegild Thomsen 6 years ago
commit 3ccb2f8a02

@ -27,6 +27,14 @@ CFLAGS += -finline-functions
DEBUGFLAGS += -g -rdynamic
ifneq ($(OS),Windows_NT)
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
LIBS += -L/usr/local/opt/openssl/lib
CFLAGS += -I/usr/local/opt/openssl/include
endif
endif
CC ?= cc
INSTALL ?= install -c -o root -g bin -m 755
RM ?= /bin/rm -f

Loading…
Cancel
Save