diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-24 09:50:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-24 09:50:43 -0400 |
commit | 786a0735598650b3bbcb897232b8c91caa503ed8 (patch) | |
tree | d4da93d35c16e49348e1f399184c929f13992b5a /standalone | |
parent | 4d6696cb4e112a392cc7da7509c442cf22a2fad3 (diff) |
shouldn't need separate missingh install step anymore
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/windows/build.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index c61063ade..56aa58f31 100644 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -26,8 +26,6 @@ rm -f git-annex-installer.exe # for haskell libraries to link them with the cygwin library. cabal update || true -cabal install MissingH - cabal install --only-dependencies -f"$FLAGS" # Detect when the last build was an incremental build and failed, |