From 2951ce79651245386607c164b1d5d812b72dce65 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Oct 2017 14:02:49 -0400 Subject: expand comment --- standalone/windows/build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 037351075..481d2be7d 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -35,7 +35,9 @@ rm -f git-annex-installer.exe # Get extra programs to bundle with git-annex. # These are msys2 programs, from https://msys2.github.io/. # Since git for windows uses msys2, and includes its libraries, -# these programs will work well with it. +# these programs will work well with it. Note that these are 32 bit +# programs, so the 32 bit version of git for windows needs to be installed, +# not the 64 bit. getextra () { extrap="$1" extrasha="$2" -- cgit v1.2.3