From 958d9fa110825dbb40da00fd11b321d0b362420c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Dec 2013 14:17:31 -0400 Subject: [PATCH] test enable webapp on windows It builds, but fails to link locally. Let's try on the autobuilder. --- git-annex.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-annex.cabal b/git-annex.cabal index 862847179a..b11752873d 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -163,7 +163,7 @@ Executable git-annex if flag(AndroidSplice) CPP-Options: -DANDROID_SPLICES - if flag(Webapp) && (! os(windows)) + if flag(Webapp) Build-Depends: yesod, yesod-default, yesod-static, yesod-form, yesod-core, case-insensitive, http-types, transformers, wai, wai-logger, warp,