On Tuesday, 12 November 2019 at 10:19:30 UTC, cartland wrote:
On Linux, this works:

------------
*snip*

but on macOS with DMD or LDC this gives

------------
ld: unknown option: -rpath=../../_cache/"
------------

Currently I do this post build to get the binary to work:

----------
install_name_tool -add_rpath "../../_cache" myapp
----------

Reply via email to