ensure that Android TH splice is expanded in native side of build

This commit is contained in:
Joey Hess 2013-11-25 13:01:53 -04:00
parent 27bb1be7f1
commit 5163d5fb39
3 changed files with 10 additions and 4 deletions

View file

@ -23,7 +23,7 @@ import Config
- -}
getConfigStartUpgradeR :: GitAnnexDistribution -> Handler Html
getConfigStartUpgradeR d = do
#ifdef __ANDROID__
#ifdef ANDROID_SPLICES
let url = distributionUrl d
page "Upgrade" (Just Configuration) $
$(widgetFile "configurators/upgrade/android")