android ghc doesn't support -j flag, fix build
This commit is contained in:
parent
eb173757b4
commit
5ef4fe1746
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ Executable git-annex
|
|||
-- Parallel builds only when not building for production,
|
||||
-- because ghc is known to not yield reproducible builds this way.
|
||||
if flag(Production)
|
||||
GHC-Options: -O2 -j1
|
||||
if ! flag(Android)
|
||||
GHC-Options: -O2 -j1
|
||||
else
|
||||
GHC-Options: -j
|
||||
|
||||
|
|
Loading…
Reference in a new issue