Fixed Linux build error in gtest

llvm-svn: 226471
This commit is contained in:
Vince Harron 2015-01-19 17:31:22 +00:00
parent c569ac46eb
commit 81f0746cac
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ CXX_SOURCES := $(CXX_SOURCES) \
$(LEVEL)/../../source/Host/common/Mutex.cpp
endif
ifeq ($(OS),Linux)
LD_EXTRAS := -lncurses -ldl
endif
MAKE_DSYM := NO
include $(LEVEL)/Makefile.rules