enable Webapp on windows, using EvilLinker to link
This commit is contained in:
parent
48b4650520
commit
e5a683ae4c
1 changed files with 1 additions and 4 deletions
|
@ -163,16 +163,13 @@ Executable git-annex
|
||||||
if flag(AndroidSplice)
|
if flag(AndroidSplice)
|
||||||
CPP-Options: -DANDROID_SPLICES
|
CPP-Options: -DANDROID_SPLICES
|
||||||
|
|
||||||
if flag(Webapp) && (! os(windows))
|
if flag(Webapp)
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
|
yesod, yesod-default, yesod-static, yesod-form, yesod-core,
|
||||||
case-insensitive, http-types, transformers, wai, wai-logger, warp,
|
case-insensitive, http-types, transformers, wai, wai-logger, warp,
|
||||||
blaze-builder, crypto-api, hamlet, clientsession,
|
blaze-builder, crypto-api, hamlet, clientsession,
|
||||||
template-haskell, data-default, aeson
|
template-haskell, data-default, aeson
|
||||||
CPP-Options: -DWITH_WEBAPP
|
CPP-Options: -DWITH_WEBAPP
|
||||||
-- Work around dependency versioning problem, can be removed later.
|
|
||||||
if os(windows)
|
|
||||||
Build-Depends: fast-logger (>= 2.0.0)
|
|
||||||
|
|
||||||
if flag(Pairing)
|
if flag(Pairing)
|
||||||
Build-Depends: network-multicast, network-info
|
Build-Depends: network-multicast, network-info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue