diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-17 00:45:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-17 00:51:29 -0400 |
commit | 48c38c3849d67f19c2188a30503acdced726ef2b (patch) | |
tree | 2a120d642cf01a966645e04ce12e57a5d9f7a5a1 /Makefile | |
parent | b89ff59fc0e94276bbd871abb4c814338d073d1d (diff) |
very close now.. but still so far
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ android: Build/EvilSplicer # Some additional dependencies needed by the expanded splices. sed -i 's/^ Build-Depends: / Build-Depends: yesod-routes, yesod-core, shakespeare-css, shakespeare-js, shakespeare, blaze-markup, /' tmp/androidtree/git-annex.cabal # Avoid warnings due to sometimes unused imports added for the splices. - sed -i 's/-Wall//' tmp/androidtree/git-annex.cabal + sed -i 's/-Wall/-Wall -fno-warn-unused-imports/' tmp/androidtree/git-annex.cabal # Cabal cannot cross compile with custom build type, so workaround. sed -i 's/Build-type: Custom/Build-type: Simple/' tmp/androidtree/git-annex.cabal if [ ! -e tmp/androidtree/dist/setup/setup ]; then \ |