Fix Makefile to solve the make failure in Jenkins

This commit is contained in:
Fei Gao 2016-09-26 06:20:51 -07:00
Родитель c073fb0b17
Коммит 2ae40949ae
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -784,8 +784,6 @@ ifeq (,$(wildcard Source/Multiverso/include/multiverso/*.h))
endif
INCLUDEPATH += $(SOURCEDIR)/Multiverso/include
LIBPATH += $(LIBDIR)
LIBS += -lmultiverso -ldl
COMMON_FLAGS += -DMULTIVERSO_SUPPORT
MULTIVERSO_LIB:=$(LIBDIR)/libmultiverso.so