From 037737fe5acbe874892ff886577530e344273a6c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 28 Aug 2018 13:17:22 +0300 Subject: Fix typo Change-Id: I78571f8494a13f6f8c07f9aee2bf6f8144a48ed2 --- ios/Module_ios.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios') 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 \ )) -- cgit