mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
Make Trick Mac Homebrew friendly.
Trk2csv executables also need -lc++abi when compiling with Homebrew. refs #66
This commit is contained in:
parent
478ddbded9
commit
5ce0658907
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user