summaryrefslogtreecommitdiff
path: root/ios/Module_ios.mk
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-09-28 11:56:42 +0200
committerjan Iversen <jani@libreoffice.org>2017-09-28 12:50:10 +0200
commite67f6acc303dc09c6f35ea6374a721266dedaabd (patch)
tree751e0903b04b7af7e15cbc68ce752fafe3eddc56 /ios/Module_ios.mk
parentdbb5a5a2f429b7d05a6e69ab17b0a3022a97ac64 (diff)
iOS, WIP setup to build static lib and app.
Cleaned up custom targets. Change-Id: I11ef1cb6d129722ac206b298c6ad15c00da5c433
Diffstat (limited to 'ios/Module_ios.mk')
-rw-r--r--ios/Module_ios.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/Module_ios.mk b/ios/Module_ios.mk
index 6cce1200b69c..2a8e248670ba 100644
--- a/ios/Module_ios.mk
+++ b/ios/Module_ios.mk
@@ -11,7 +11,7 @@ $(eval $(call gb_Module_Module,ios))
ifeq ($(OS),IOS)
$(eval $(call gb_Module_add_targets,ios,\
- CustomTarget_setup \
+ CustomTarget_iOS \
))
endif