diff options
author | Tor Lillqvist <tml@iki.fi> | 2018-08-28 13:17:22 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2018-08-28 15:20:00 +0300 |
commit | 037737fe5acbe874892ff886577530e344273a6c (patch) | |
tree | 78bc43194846091f2373e7048f330561e421b88d /ios | |
parent | 771544544ee13ec98961f93b5313a7d2e29429cd (diff) |
Fix typo
Change-Id: I78571f8494a13f6f8c07f9aee2bf6f8144a48ed2
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Module_ios.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk index d5b215e2cb82..b70f48264a80 100644 --- a/ios/Module_ios.mk +++ b/ios/Module_ios.mk @@ -14,7 +14,7 @@ $(eval $(call gb_Module_add_targets,ios,\ CustomTarget_iOS_setup \ )) -ifneq ($(ENABLE_IOS_LIBREOFFICELIGHT),) +ifneq ($(ENABLE_IOS_LIBREOFFICELIGHT_APP),) $(eval $(call gb_Module_add_targets,ios,\ CustomTarget_iOS_link \ )) |