mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(mpdecimal)
This commit is contained in:
parent
6c6d12da3a
commit
8323d77a65
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ build:
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
script: |
|
script: |
|
||||||
./configure --prefix={{ prefix }}
|
./configure --prefix={{ prefix }}
|
||||||
make --jobs {{hw.concurrency}} install
|
make --jobs {{hw.concurrency}}
|
||||||
|
make install
|
||||||
rm -rf {{prefix}}/share # docs are online
|
rm -rf {{prefix}}/share # docs are online
|
||||||
env:
|
env:
|
||||||
darwin:
|
darwin:
|
||||||
|
|
Loading…
Reference in a new issue