fix(libmd)

This commit is contained in:
Jacob Heider 2023-06-13 20:52:45 -04:00
parent 4341e71540
commit 5a64f81b39
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -9,13 +9,19 @@ build:
dependencies:
tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*'
gnu.org/autoconf: '*'
gnu.org/patch: '*'
script: |
# Combats "error: aliases are not supported on darwin"
patch -p1 <props/patch-symbol-alias.diff
crates.io/semverator: '*'
script:
# 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}}
make --jobs {{hw.concurrency}} install
- ./configure --prefix={{prefix}}
- make --jobs {{hw.concurrency}} install
test:
dependencies: