diff options
author | jan Iversen <jani@libreoffice.org> | 2017-11-24 08:24:12 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2017-11-24 09:10:22 +0100 |
commit | 99534540df148513fc0bb9622b7285e10b285ccb (patch) | |
tree | c080f0d865e7dce4acf969607ea0ae9283f7e252 /config_host.mk.in | |
parent | 944da4b735d7c88fa7b7c200ea4c75dd1a6aa00e (diff) |
iOS, added IOS_DEPLOYMENT_VERSION
Change-Id: Ie72c8303011df8a4e0e489ab505e619bd7a40e12
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index 4ea5595baaaf..0b9528fa6569 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -622,6 +622,7 @@ export WPG_LIBS=$(gb_SPACE)@WPG_LIBS@ export WPS_CFLAGS=$(gb_SPACE)@WPS_CFLAGS@ export WPS_LIBS=$(gb_SPACE)@WPS_LIBS@ export IOS_SDK=@IOS_SDK@ +export IOS_DEPLOYMENT_VERSION=@IOS_DEPLOYMENT_VERSION@ export XINERAMA_LINK=@XINERAMA_LINK@ export XMLLINT=@XMLLINT@ export XMLSEC_CFLAGS=$(gb_SPACE)@XMLSEC_CFLAGS@ |