android still not building, revert breaking change

This commit is contained in:
Joey Hess 2015-08-24 10:57:22 -07:00
parent e3dedd3c89
commit ca7614ff2c

View file

@ -157,11 +157,6 @@ Executable git-annex
-- because ghc is known to not yield reproducible builds this way.
if flag(Production)
GHC-Options: -O2
if ! flag(Android)
GHC-Options: -j1
else
if ! flag(Android)
GHC-Options: -j
if (os(windows))
Build-Depends: Win32, Win32-extras, unix-compat (>= 0.4.1.3), setenv