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: 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: