Do build Executable_soffice.bin also for Android, for now

This commit is contained in:
Tor Lillqvist
2011-12-12 20:27:24 +02:00
parent 414596cd71
commit 77680bbbad

View File

@@ -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