diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-16 17:45:52 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-16 17:49:41 +0200 |
commit | 4dd32d6b2e265611d57c0b16e4b67ced3c64bce4 (patch) | |
tree | 6bd5a62d3e13a6585ff12f45803f1bdd7ee5d595 /ios/Module_ios.mk | |
parent | 6ae7d7734d7cba05db12a087c7fa13abbb2c0797 (diff) |
Split out the setup of lo.xcconfig into a separate CustomTarget
Change-Id: If486cf470583205763722766da57303de904b321
Diffstat (limited to 'ios/Module_ios.mk')
-rw-r--r-- | ios/Module_ios.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk index 671e9f32a67b..caf3220d9909 100644 --- a/ios/Module_ios.mk +++ b/ios/Module_ios.mk @@ -11,6 +11,7 @@ $(eval $(call gb_Module_Module,ios)) ifeq ($(OS),IOS) $(eval $(call gb_Module_add_targets,ios,\ + CustomTarget_Lo_Xcconfig \ Executable_LibreOffice \ CustomTarget_LibreOffice_app \ CustomTarget_MobileLibreOffice_app \ |