File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ sha256sums=('SKIP'
74
74
' 7413506c59d25621e475aa45447993748332c72cfbb4cf94cce6bee6f1218a09'
75
75
' 6d83e1cb1acdb6eb1f2d5cb9299298e57680f5ca43d43c3e67c9da17f21b9b01' )
76
76
77
- USE_ASCIIDOCTOR=" YesPlease"
78
77
COMPAT_CFLAGS=
79
78
STRIP=
80
79
STRIP_OPTS=
98
97
options+=(' strip' )
99
98
fi
100
99
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
-
108
100
pkgver () {
109
101
cd " $srcdir /git"
110
102
basever=${tag% .windows.* }
@@ -130,7 +122,7 @@ prepare () {
130
122
cd " $srcdir /git" &&
131
123
132
124
cat > config.mak << -EOF
133
- USE_ASCIIDOCTOR = $USE_ASCIIDOCTOR
125
+ USE_ASCIIDOCTOR = YesPlease
134
126
COMPAT_CFLAGS += $COMPAT_CFLAGS
135
127
LDFLAGS = $LDFLAGS
136
128
EOF
You can’t perform that action at this time.
0 commit comments