Skip to content

Commit

Permalink
please.sh pkg_build: switch to regular asciidoctor
Browse files Browse the repository at this point in the history
This patch is a companion of
git-for-windows/MINGW-packages#119: Git for
Windows will use regular `asciidoctor`, not the AsciiDoctor extensions.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
  • Loading branch information
dscho committed Jun 12, 2024
1 parent 636e970 commit 9e94829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions please.sh
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ require () {
}

install_git_32bit_prereqs () {
require mingw-w64-i686-asciidoctor-extensions
require mingw-w64-i686-asciidoctor
}

pkg_build () {
Expand All @@ -445,7 +445,7 @@ pkg_build () {
# Git for Windows' packages are only visible to the SDK of the
# matching architecture. However, we want to build Git for both
# 32-bit and 64-bit in the 64-bit SDK at the same time, therefore
# we need even the prerequisite asciidoctor-extensions for 32-bit.
# we need even the prerequisite asciidoctor for 32-bit.
# Let's just steal it from the 32-bit SDK
test mingw-w64-git != $package ||
test x86_64 != $arch ||
Expand Down

0 comments on commit 9e94829

Please sign in to comment.