Kaydet (Commit) 654a5bdd authored tarafından Matúš Kukan's avatar Matúš Kukan

filter out not needed uwinapi which is not yet built

üst 89e836c6
...@@ -54,8 +54,9 @@ $(eval $(call gb_Library_add_defs,clucene,\ ...@@ -54,8 +54,9 @@ $(eval $(call gb_Library_add_defs,clucene,\
)) ))
endif endif
# clucene does not depend on sal nor needs uwinapi here
$(eval $(call gb_Library_add_linked_libs,clucene,\ $(eval $(call gb_Library_add_linked_libs,clucene,\
$(gb_STDLIBS) \ $(filter-out uwinapi,$(gb_STDLIBS)) \
)) ))
ifeq ($(OS),LINUX) ifeq ($(OS),LINUX)
......
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