Kaydet (Commit) 95215327 authored tarafından Peter Foley's avatar Peter Foley

fix liborcus w/ system boost

Change-Id: Ia461382ffc2025d7fdf368ad68a258aa626ad59a
üst 54ad562f
......@@ -64,6 +64,9 @@ liborcus_LIBS=
ifeq ($(SYSTEM_ZLIB),YES)
liborcus_LIBS+=-lz
endif
ifeq ($(SYSTEM_BOOST),YES)
liborcus_LIBS+=$(BOOST_SYSTEM_LIB)
endif
ifeq ($(OS),ANDROID)
liborcus_LIBS+=-lgnustl_shared -lm
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment