Kaydet (Commit) 316ecfbf authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Depend on more libraries

Change-Id: Ied2880861a89117294b9d29f42e6d5a6745ad1d2
üst 91caa3db
......@@ -36,6 +36,14 @@ $(eval $(call gb_Executable_add_objcobjects,LibreOffice,\
# rebuilt if any library has been rebuilt. Avoids need for "make
# ios.clean".
$(WORKDIR)/LinkTarget/Executable/LibreOffice : $(wildcard $(OUTDIR)/lib/lib*.a)
# Yeah, this isn't the full list. I couldn't be bothered. Do we want to
# list everything here, too (as in gb_LinkTarget__command_dynamiclink in
# solenv/gbuild/platform/IOS_ARM_GCC.mk)? Should we have a global gb_
# variable for that list? (To be used for Android builds, too.)
$(WORKDIR)/LinkTarget/Executable/LibreOffice : \
$(wildcard $(OUTDIR)/lib/lib*.a) \
$(wildcard $(INSTDIR)/$(LIBO_LIB_FOLDER)/lib*.a) \
$(wildcard $(WORKDIR)/LinkTarget/StaticLibrary/lib*.a)
# vim: set ts=4 sw=4 et:
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