mirror of
https://github.com/ivabus/pantry
synced 2024-11-29 19:55:06 +03:00
fix(libmd)
This commit is contained in:
parent
4341e71540
commit
5a64f81b39
1 changed files with 11 additions and 5 deletions
|
@ -9,13 +9,19 @@ build:
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
tea.xyz/gx/make: '*'
|
tea.xyz/gx/make: '*'
|
||||||
|
gnu.org/autoconf: '*'
|
||||||
gnu.org/patch: '*'
|
gnu.org/patch: '*'
|
||||||
script: |
|
crates.io/semverator: '*'
|
||||||
# Combats "error: aliases are not supported on darwin"
|
script:
|
||||||
patch -p1 <props/patch-symbol-alias.diff
|
# Combats "error: aliases are not supported on darwin" on versions
|
||||||
|
# prior to 1.1.0.
|
||||||
|
- run: |
|
||||||
|
if semverator lt 1.1.0 {{version}}; then
|
||||||
|
patch -p1 <props/patch-symbol-alias.diff
|
||||||
|
fi
|
||||||
|
|
||||||
./configure --prefix={{prefix}}
|
- ./configure --prefix={{prefix}}
|
||||||
make --jobs {{hw.concurrency}} install
|
- make --jobs {{hw.concurrency}} install
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue