fix(mpdecimal)

This commit is contained in:
Jacob Heider 2023-05-01 13:50:12 -04:00
parent 6c6d12da3a
commit 8323d77a65
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -15,7 +15,8 @@ build:
tea.xyz/gx/make: '*'
script: |
./configure --prefix={{ prefix }}
make --jobs {{hw.concurrency}} install
make --jobs {{hw.concurrency}}
make install
rm -rf {{prefix}}/share # docs are online
env:
darwin: