diff options
author | Tor Lillqvist <tml@iki.fi> | 2018-08-28 11:36:13 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2018-08-28 11:38:51 +0300 |
commit | a922f56cbf25f78534cd2d36bf13a86a4f15d970 (patch) | |
tree | 80247d83990f2ae9c85dd0913378005eb68890c5 /ios | |
parent | c16d64ad4f26382f5763bfb9f8f9216e76f289e0 (diff) |
Add --enable-ios-libreofficelight-app option to build stuff for janI's app
Change-Id: I1310cb8f5f543f49f9667ee10cb26c9809df259e
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Module_ios.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk index 111391b31bee..d5b215e2cb82 100644 --- a/ios/Module_ios.mk +++ b/ios/Module_ios.mk @@ -12,12 +12,14 @@ ifeq ($(OS),IOS) $(eval $(call gb_Module_add_targets,ios,\ CustomTarget_iOS_setup \ - CustomTarget_iOS_link \ )) +ifneq ($(ENABLE_IOS_LIBREOFFICELIGHT),) +$(eval $(call gb_Module_add_targets,ios,\ + CustomTarget_iOS_link \ +)) - - +endif endif # vim: set noet sw=4 ts=4: |