On Saturday, 20 January 2024 at 21:12:12 UTC, ryuukk_ wrote:

dub might not be passing this flag down to dependencies..

Try this env variable:

``LDFLAGS="$LDFLAGS -Wl,-ld_classic" dub build``

That didn't help.


If that doesn't work, try this one:

``MACOSX_DEPLOYMENT_TARGET=11 dub build``

This did work! Thanks.

Any update on fixing the linker issues so that such workarounds won't be needed?

Reply via email to