mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
fix(mpdecimal)
This commit is contained in:
parent
a910ada51e
commit
cb6743d374
1 changed files with 5 additions and 8 deletions
|
@ -13,14 +13,11 @@ build:
|
||||||
./configure --prefix={{ prefix }}
|
./configure --prefix={{ prefix }}
|
||||||
make --jobs {{hw.concurrency}} install
|
make --jobs {{hw.concurrency}} install
|
||||||
rm -rf {{prefix}}/share # docs are online
|
rm -rf {{prefix}}/share # docs are online
|
||||||
|
env:
|
||||||
if test {{hw.platform}} = darwin; then
|
darwin:
|
||||||
install_name_tool -change \
|
# fixes a ruby-machos error
|
||||||
@rpath/libmpdec.3.dylib \
|
LDFLAGS: -headerpad_max_install_names $LDFLAGS
|
||||||
@loader_path/libmpdec.3.dylib \
|
LDXXFLAGS: -headerpad_max_install_names $LDXXFLAGS
|
||||||
{{prefix}}/lib/libmpdec++.dylib
|
|
||||||
fi
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
|
|
Loading…
Reference in a new issue