diff options
author | jan Iversen <jani@libreoffice.org> | 2017-09-27 13:51:39 +0200 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-09-27 13:55:47 +0200 |
commit | 9313fb9b5b872d7c888993ac186effcdcf9f8f57 (patch) | |
tree | d68c7a780556c3c4e7d38b744994eb76c2c06113 /ios/Module_ios.mk | |
parent | 176b161ac654c50eb5c128ebdb681fcf20509b35 (diff) |
iOS, remove xcconfig generation from configure.ac
Moved generation of the xcconfig files out of configure.ac
and into the regular ios make.
Change-Id: If675eac9e86c4c4a0ff98f84815b0a83555d90a8
Diffstat (limited to 'ios/Module_ios.mk')
-rw-r--r-- | ios/Module_ios.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk index 8213054e8717..6cce1200b69c 100644 --- a/ios/Module_ios.mk +++ b/ios/Module_ios.mk @@ -11,8 +11,7 @@ $(eval $(call gb_Module_Module,ios)) ifeq ($(OS),IOS) $(eval $(call gb_Module_add_targets,ios,\ - CustomTarget_Lo_Xcconfig \ - CustomTarget_LibreOfficeLight_app \ + CustomTarget_setup \ )) endif |