diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-23 10:59:59 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-23 10:59:59 -0400 |
commit | eac23f65e6d9c5f5c484ae3184bfaf24bba14822 (patch) | |
tree | 1b96cdc90d1a0c7aa6c00b8803a3c76624a04e8b /standalone | |
parent | 64b3ac9aeee8d7d7f5fd62d75c27c5a5e46e0f1a (diff) |
disable new build flags for android build
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/android/install-haskell-packages | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/android/install-haskell-packages b/standalone/android/install-haskell-packages index f338cc6c7..ea5f160d2 100755 --- a/standalone/android/install-haskell-packages +++ b/standalone/android/install-haskell-packages @@ -65,7 +65,7 @@ patched () { installgitannexdeps () { pushd ../.. ln -sf standalone/android/cabal.config - cabal install --only-dependencies "$@" # --force-reinstalls --reinstall + cabal install --only-dependencies --flags="-magicmime -concurrent-output" "$@" # --force-reinstalls --reinstall rm -f cabal.config popd } |