summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-25 13:16:04 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-25 13:16:04 -0400
commit172559be54169effa79532aa8a4ba5cd53aec745 (patch)
tree6197c1b7455328c12c12d62044e1581bfef9e709 /git-annex.cabal
parent33f76f48d0698300460d15b92a339c10101dc8e6 (diff)
fix flag name
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-annex.cabal b/git-annex.cabal
index 68aba982d..da78c7def 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -160,7 +160,7 @@ Executable git-annex
if flag(Android)
Build-Depends: data-endian
CPP-Options: -D__ANDROID__ -DANDROID_SPLICES
- if flag(AndroidSplices)
+ if flag(AndroidSplice)
CPP-Options: -DANDROID_SPLICES
if flag(Webapp) && (! os(windows))