diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-17 01:32:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-17 01:32:05 -0400 |
commit | 36ee856492618879a96696084312acb4cc48df30 (patch) | |
tree | a6987e8f195e6a015411b8e599c4358d5fda827c /Makefile | |
parent | 48c38c3849d67f19c2188a30503acdced726ef2b (diff) |
only one more source file to go before the android webapp links.. but not tonight
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ android: Build/EvilSplicer # and not overwritten.) cp -uR tmp/splices/* tmp/androidtree # 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 + sed -i 's/^ Build-Depends: / Build-Depends: yesod-routes, yesod-core, shakespeare-css, shakespeare-js, shakespeare, blaze-markup, file-embed, wai-app-static, /' tmp/androidtree/git-annex.cabal # Avoid warnings due to sometimes unused imports added for the splices. sed -i 's/-Wall/-Wall -fno-warn-unused-imports/' tmp/androidtree/git-annex.cabal # Cabal cannot cross compile with custom build type, so workaround. |