mirror of
https://github.com/SciresM/hactool
synced 2025-02-17 03:38:24 +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)
|
ifeq ($(OS),Windows_NT)
|
||||||
LDFLAGS += -liconv
|
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
|
endif
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
Loading…
Add table
Reference in a new issue