diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-22 17:05:19 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-22 17:07:41 +0200 |
commit | 4106fe8d00a33537aa6c4f8d5c9df6f940a47d18 (patch) | |
tree | 2ab5f6d4056a5a85be34dafaf15a43307b61763b /ios | |
parent | 263d8b92705c2492473383da11aebb9f9265a06e (diff) |
Use the lo-all-static-libs script
Change-Id: Id2bef2696d0bdc618d2fc53658ad8ba23bbad310
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Executable_LibreOffice.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/ios/Executable_LibreOffice.mk b/ios/Executable_LibreOffice.mk index 05477b983d28..7327d3817a20 100644 --- a/ios/Executable_LibreOffice.mk +++ b/ios/Executable_LibreOffice.mk @@ -36,13 +36,6 @@ $(eval $(call gb_Executable_add_objcobjects,LibreOffice,\ # rebuilt if any library has been rebuilt. Avoids need for "make # ios.clean". -# 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 $(INSTDIR)/$(LIBO_LIB_FOLDER)/lib*.a) \ - $(wildcard $(WORKDIR)/LinkTarget/StaticLibrary/lib*.a) +$(WORKDIR)/LinkTarget/Executable/LibreOffice : $(shell $(SRCDIR)/bin/lo-all-static-libs) # vim: set ts=4 sw=4 et: |