diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-02 22:38:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-02 22:38:45 -0400 |
commit | ed4e08d23a005d5f43151d271a35a99fccd9b978 (patch) | |
tree | 606cc3924d33f08af7a6a5d9ac3267ee115821f3 /git-annex.cabal | |
parent | 64c5d51645d665e96bb3f2467692d9be88cbeefe (diff) |
work around strange endianness bug in port number on Android
Diffstat (limited to 'git-annex.cabal')
-rw-r--r-- | git-annex.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-annex.cabal b/git-annex.cabal index 6556711d7..11d327d15 100644 --- a/git-annex.cabal +++ b/git-annex.cabal @@ -100,6 +100,7 @@ Executable git-annex CPP-Options: -DWITH_ASSISTANT if flag(Android) + Build-Depends: data-endian CPP-Options: -D__ANDROID__ if os(linux) && flag(Inotify) |