Kaydet (Commit) 4bbd662e authored tarafından Matúš Kukan's avatar Matúš Kukan

forgot to add condition on URELIBS

Change-Id: Ie85e370d16c09271fdb12cbe0f6e629e72dee929
üst 3fdb77f0
...@@ -240,7 +240,7 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\ ...@@ -240,7 +240,7 @@ $(eval $(call gb_Module_add_moduledirs,libreoffice,\
ifeq ($(MERGELIBS),TRUE) ifeq ($(MERGELIBS),TRUE)
$(eval $(call gb_Module_add_targets,libreoffice,\ $(eval $(call gb_Module_add_targets,libreoffice,\
Library_merged \ Library_merged \
Library_urelibs \ $(if $(URELIBS),Library_urelibs) \
)) ))
endif 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