It seems including the Homebrew dirs isn't needed for some reason

This commit is contained in:
Aurora Wright 2018-01-24 23:46:50 +01:00
parent 6a4b94bec3
commit 389f70c049

View file

@ -2,12 +2,6 @@ include config.mk
ifeq ($(OS),Windows_NT)
LDFLAGS += -liconv
else
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
CFLAGS += -I/usr/local/opt/libgcrypt/include
LDFLAGS += -L/usr/local/opt/libgcrypt/lib
endif
endif
.PHONY: clean