filter out not needed uwinapi which is not yet built
This commit is contained in:
parent
89e836c64a
commit
654a5bdd6c
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue