filter out not needed uwinapi which is not yet built

This commit is contained in:
Matúš Kukan 2012-02-24 21:50:45 +01:00
parent 89e836c64a
commit 654a5bdd6c

View file

@ -54,8 +54,9 @@ $(eval $(call gb_Library_add_defs,clucene,\
))
endif
# clucene does not depend on sal nor needs uwinapi here
$(eval $(call gb_Library_add_linked_libs,clucene,\
$(gb_STDLIBS) \
$(filter-out uwinapi,$(gb_STDLIBS)) \
))
ifeq ($(OS),LINUX)