Depend on more libraries
Change-Id: Ied2880861a89117294b9d29f42e6d5a6745ad1d2
This commit is contained in:
parent
91caa3dbe2
commit
316ecfbfbd
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user