diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-12 20:27:24 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-12-12 22:14:59 +0200 |
commit | 77680bbbadb2e4636164832b58da86f24effe034 (patch) | |
tree | f9b6604fbf1dc5e8bb8740c2466b6834e50a3887 /desktop | |
parent | 414596cd71620aca4816468b9652e77e51b892c8 (diff) |
Do build Executable_soffice.bin also for Android, for now
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Module_desktop.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/Module_desktop.mk b/desktop/Module_desktop.mk index d274fa2884b7..c14600fe20b6 100644 --- a/desktop/Module_desktop.mk +++ b/desktop/Module_desktop.mk @@ -105,6 +105,10 @@ $(eval $(call gb_Module_add_targets,desktop,\ else ifeq ($(OS),ANDROID) +$(eval $(call gb_Module_add_targets,desktop,\ + Executable_soffice.bin \ +)) + else ifeq ($(OS),IOS) else |