macOS Sonoma Linker Issue
Guillaume Piolat
first.name at gmail.com
Thu Dec 21 19:29:31 UTC 2023
On Thursday, 21 December 2023 at 18:06:51 UTC, Renato wrote:
>
> Unless silly is completely broken, it seems like this is a
> linker issue again.
Hello, why not use ldc instead of dmd for macOS?
sudo ln -f -s /path/to/ldc/compiler/bin/ldc2 /usr/local/bin/ldc2
sudo ln -f -s /path/to/ldc/compiler/bin/dub /usr/local/bin/dub
You will get multiple targets (dub -a arm64-apple-macos and -a
x86_64)
More information about the Digitalmars-d-learn
mailing list