forked from OSchip/llvm-project
parent
c569ac46eb
commit
81f0746cac
|
@ -27,6 +27,10 @@ CXX_SOURCES := $(CXX_SOURCES) \
|
||||||
$(LEVEL)/../../source/Host/common/Mutex.cpp
|
$(LEVEL)/../../source/Host/common/Mutex.cpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(OS),Linux)
|
||||||
|
LD_EXTRAS := -lncurses -ldl
|
||||||
|
endif
|
||||||
|
|
||||||
MAKE_DSYM := NO
|
MAKE_DSYM := NO
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.rules
|
include $(LEVEL)/Makefile.rules
|
||||||
|
|
Loading…
Reference in New Issue