fix(mpdecimal)

This commit is contained in:
Jacob Heider 2023-04-14 00:57:31 -04:00 committed by Jacob Heider
parent a910ada51e
commit cb6743d374

View file

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