blob: 6ae182bf4838b4326dbdc44bf0c8d4ece9dc99ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# See https://github.com/jgm/pandoc/issues/4224 and
# https://github.com/jgm/pandoc/issues/3805
eval "$(
declare -f build | \
sed '
s| -f-lua_32bits| -flua_32bits|
'
)"
unset check
unset checkdepends
|