Skip to content

Commit 4beff6f

Browse files
committed
mingw-w64-git: enable asciidoctor on arm64
Ruby support was added to clangarm64 in November 2023, so we can now enable asciidoctor on ARM64 as well. Ref: msys2#19179 Ref: #118 Signed-off-by: Dennis Ameling <[email protected]>
1 parent e1d03f9 commit 4beff6f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

mingw-w64-git/PKGBUILD

+1-9
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ sha256sums=('SKIP'
7474
'7413506c59d25621e475aa45447993748332c72cfbb4cf94cce6bee6f1218a09'
7575
'6d83e1cb1acdb6eb1f2d5cb9299298e57680f5ca43d43c3e67c9da17f21b9b01')
7676

77-
USE_ASCIIDOCTOR="YesPlease"
7877
COMPAT_CFLAGS=
7978
STRIP=
8079
STRIP_OPTS=
@@ -98,13 +97,6 @@ else
9897
options+=('strip')
9998
fi
10099

101-
if test CLANGARM64 = "$MSYSTEM"
102-
then
103-
# Asciidoctor depends on Ruby which is not available for CLANGARM64 yet
104-
makedepends=("${makedepends[@]/${MINGW_PACKAGE_PREFIX}-asciidoctor}")
105-
USE_ASCIIDOCTOR=
106-
fi
107-
108100
pkgver() {
109101
cd "$srcdir/git"
110102
basever=${tag%.windows.*}
@@ -130,7 +122,7 @@ prepare () {
130122
cd "$srcdir/git" &&
131123

132124
cat >config.mak <<-EOF
133-
USE_ASCIIDOCTOR = $USE_ASCIIDOCTOR
125+
USE_ASCIIDOCTOR = YesPlease
134126
COMPAT_CFLAGS += $COMPAT_CFLAGS
135127
LDFLAGS = $LDFLAGS
136128
EOF

0 commit comments

Comments
 (0)