jq: lgamma_r.diff errors on linux-aarch64

This commit is contained in:
Jacob Heider 2022-10-20 22:40:24 -04:00 committed by Max Howell
parent 715b95cabf
commit d65bfc7e24

View file

@ -13,8 +13,10 @@ build:
github.com/kkos/oniguruma: 6
git-scm.org: 2
script: |
git apply props/darwin.diff
git apply props/lgamma_r.diff
if test '{{hw.platform}}' = 'darwin'; then
git apply props/darwin.diff
git apply props/lgamma_r.diff
fi
./configure --disable-maintainer-mode --prefix={{prefix}}
make install