mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
build: pad header for osx libs
This ensures that users of the lib will be able to mangle the paths to work in their bundles.
This commit is contained in:
parent
9ed8979e29
commit
9eb5a5fbef
@ -285,6 +285,7 @@ case $host in
|
||||
esac
|
||||
fi
|
||||
|
||||
AX_CHECK_LINK_FLAG([[-Wl,-headerpad_max_install_names]], [LDFLAGS="$LDFLAGS -Wl,-headerpad_max_install_names"])
|
||||
CPPFLAGS="$CPPFLAGS -DMAC_OSX"
|
||||
;;
|
||||
*linux*)
|
||||
|
Loading…
Reference in New Issue
Block a user