mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 15:43:57 +00:00
Make Trick Mac Homebrew friendly
Copy and paste error of CXXFLAGS instead of CLANGLIBS. refs #66
This commit is contained in:
parent
11253dcfcb
commit
76756d450a
@ -50,7 +50,7 @@ endif
|
||||
ifeq ($(TRICK_HOST_TYPE),Darwin)
|
||||
CXXFLAGS += -std=c++11
|
||||
CLANGLIBS += -lLLVMOption -lLLVMMCParser -lLLVMBitReader -lLLVMMC -lLLVMSupport $(shell $(LLVM_HOME)/bin/llvm-config --system-libs)
|
||||
CXXFLAGS += -lc++abi
|
||||
CLANGLIBS += -lc++abi
|
||||
endif
|
||||
|
||||
all: $(ICG)
|
||||
|
Loading…
x
Reference in New Issue
Block a user