diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-04-05 08:50:49 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-04-05 08:50:49 +0300 |
commit | cc8ca7fad08e7268e7409ce5d0103d6a3c3aef4d (patch) | |
tree | 4308b954262d571dea875863628f569c4b9e64ed /ios | |
parent | 2218ff176394892092bd1777201a85615edef442 (diff) |
Try again to use AllModulesButInstsetNative to unbreak tinderbox build
Change-Id: Ib9da3de2cedf423a18819aa83fa55de77a288a72
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Executable_LibreOffice.mk | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/ios/Executable_LibreOffice.mk b/ios/Executable_LibreOffice.mk index 07c040e3ba55..f4daea819c63 100644 --- a/ios/Executable_LibreOffice.mk +++ b/ios/Executable_LibreOffice.mk @@ -32,26 +32,7 @@ $(eval $(call gb_Executable_add_objcobjects,LibreOffice,\ ios/experimental/LibreOffice/LibreOffice/ViewController \ )) -# The executables built for iOS link to all LO libs statically. The -# link command just uses the wildcard function to list all of them. -# Instead of tediously here declare dependencies on the transitive -# closure of those from which some object ends up being linked in, we -# list a few libraries that are high in the dependency forest to make -# it likely that all necessary libraries are built before this -# executable is. -$(eval $(call gb_Executable_use_libraries,LibreOffice,\ - for \ - msfilter \ - msword \ - oox \ - sal \ - sc \ - scfilt \ - sdfilt \ - svt \ - svx \ - swui \ -)) +$(call gb_LinkTarget_get_target,Executable/LibreOffice) : $(call gb_Postprocess_get_target,AllModulesButInstsetNative) # Mark the executable as depending on all libraries so that it gets # rebuilt if any library has been rebuilt. Avoids need for "make |