Add temporary workaround for bug #763078 which broke building on armel and armhf.

This commit is contained in:
Joey Hess 2014-09-27 14:22:04 -04:00
parent f518858c12
commit 7de9b8ec06
3 changed files with 7 additions and 0 deletions

View file

@ -13,4 +13,8 @@ set -e
HOME=$(mktemp -d)
export HOME
# Temporary workaround for #763078
PATH=/usr/lib/llvm-3.4/bin:$PATH
export PATH
cabal "$@"