Make Trick Mac Homebrew friendly.

Trk2csv executables also need -lc++abi when compiling with
Homebrew.

refs #66
This commit is contained in:
Alexander Lin 2015-06-17 16:24:51 -05:00
parent 478ddbded9
commit 5ce0658907

View File

@ -14,6 +14,7 @@ ifeq ($(TRICK_HOST_TYPE), Linux)
endif
ifeq ($(TRICK_HOST_TYPE), Darwin)
DP_CFLAGS += -Wall
DP_LIBS += -lc++abi
endif
ifeq ($(TRICK_DP_FORCE_32BIT), 1)