mirror of
https://github.com/SciresM/hactool
synced 2024-11-22 20:13:08 +00:00
It seems including the Homebrew dirs isn't needed for some reason
This commit is contained in:
parent
6a4b94bec3
commit
389f70c049
1 changed files with 0 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue