Skip to content

Commit

Permalink
please.sh prerelease: the 32-bit toolchain is also needed to build git
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Sep 9, 2016
1 parent e976019 commit e4ab829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion please.sh
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,8 @@ prerelease () { # [--mingit] [--[clean-]output=<directory>] <revision>
die "Could not generate prerelase-%s.pkgbuild\n" "$tag_name"

install_git_32bit_prereqs
require mingw-w64-x86_64-toolchain mingw-w64-x86_64-make
require mingw-w64-i686-toolchain mingw-w64-x86_64-toolchain \
mingw-w64-x86_64-make
if test -z "$(git --git-dir="$sdk64/usr/src/build-extra/.git" \
config alias.signtool)"
then
Expand Down

0 comments on commit e4ab829

Please sign in to comment.