dub does not correctly link on Macbook Pro 2019 (intel)
Kyle Ingraham
kyle at kyleingraham.com
Sun Aug 20 01:09:08 UTC 2023
On Saturday, 19 August 2023 at 21:35:25 UTC, Alexander wrote:
> Completely new to D, and when trying to setup the toolchain,
> DMD seems to work fine, but dub is running into linker issues.
On my Intel iMac I have to set `MACOSX_DEPLOYMENT_TARGET`:
```
MACOSX_DEPLOYMENT_TARGET=11 dub run
```
That puts a bandaid on the linker issues. I haven’t yet set aside
time to report it as an issue.
More information about the Digitalmars-d-learn
mailing list