Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please.sh pkg_build: switch to regular asciidoctor #559

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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