diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-08-28 02:23:37 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:19 +0200 |
commit | 27e63fa4c95e5f756ac8dc5029e7bdba36e69a8b (patch) | |
tree | 26519faefaffed8fd83486c78261b538b41558d8 /config_host.mk.in | |
parent | 132c9f88f55e2ce2ee9e66b9c6bbd9cd6037b36a (diff) |
add configure setting for the update channel
This only makes sense with the mar based updater and is currently only
used for uploading the builds.
Change-Id: I8baec67419bd1042e89d0373ca868973b23d8a5f
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 880895e3c00f..8322f3175b8b 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -575,6 +575,7 @@ export TOUCH=@TOUCH@ export UCRTSDKDIR=@UCRTSDKDIR@ export UCRTVERSION=@UCRTVERSION@ export UNOWINREG_DLL=@UNOWINREG_DLL@ +export UPDATE_CHANNEL=@UPDATE_CHANNEL@ export USE_LIBRARY_BIN_TAR=@USE_LIBRARY_BIN_TAR@ export USE_XINERAMA=@USE_XINERAMA@ export UUIDGEN=@UUIDGEN@ |