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

Try again to use AllModulesButInstsetNative to unbreak tinderbox build

Change-Id: Ib9da3de2cedf423a18819aa83fa55de77a288a72
üst 2218ff17
...@@ -32,26 +32,7 @@ $(eval $(call gb_Executable_add_objcobjects,LibreOffice,\ ...@@ -32,26 +32,7 @@ $(eval $(call gb_Executable_add_objcobjects,LibreOffice,\
ios/experimental/LibreOffice/LibreOffice/ViewController \ ios/experimental/LibreOffice/LibreOffice/ViewController \
)) ))
# The executables built for iOS link to all LO libs statically. The $(call gb_LinkTarget_get_target,Executable/LibreOffice) : $(call gb_Postprocess_get_target,AllModulesButInstsetNative)
# 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 \
))
# Mark the executable as depending on all libraries so that it gets # Mark the executable as depending on all libraries so that it gets
# rebuilt if any library has been rebuilt. Avoids need for "make # rebuilt if any library has been rebuilt. Avoids need for "make
......
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