summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-09-30 16:14:17 +0200
committerjan Iversen <jani@libreoffice.org>2017-09-30 16:15:36 +0200
commit0e3eb2c1eb75655ea61a1bf0716dab0acaf19467 (patch)
treeb16bceb1be163a9538cc34359800157f58fc7127 /config_host.mk.in
parent2e8a95d1f87a3dbdcc8846fa44d1899abc8edd9c (diff)
iOS, cleanup unused config variables
Removed no longer used variables. These variables are constant across platform, and therefore defined in the project.pbxproj file instead. Change-Id: I8fcfe414de498ebd4e5bd3a133a8c7e39faa9edb
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index eae6050bc262..5dd5d1481ad5 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -620,9 +620,7 @@ export WPG_CFLAGS=$(gb_SPACE)@WPG_CFLAGS@
export WPG_LIBS=$(gb_SPACE)@WPG_LIBS@
export WPS_CFLAGS=$(gb_SPACE)@WPS_CFLAGS@
export WPS_LIBS=$(gb_SPACE)@WPS_LIBS@
-export IOS_DEBUG_INFORMATION_FORMAT=@IOS_DEBUG_INFORMATION_FORMAT@
-export IOS_CLANG_CXX_LIBRARY=@IOS_CLANG_CXX_LIBRARY@
-export IOS_ARCHS=@IOS_ARCHS@
+export IOS_ARCH=@IOS_ARCH@
export IOS_SDK=@IOS_SDK@
export XINERAMA_LINK=@XINERAMA_LINK@
export XMLLINT=@XMLLINT@