Linking to -framework on MacOS

Adam D. Ruppe destructionator at gmail.com
Wed Sep 4 15:22:51 UTC 2019


On Wednesday, 4 September 2019 at 15:00:52 UTC, Andrew Edwards 
wrote:
> Could someone point me in the right direction please?

You can also add `-L-framework -LCocoa` to dmd to pass the two 
arguments to the linker (they need to be separate -L things for 
the two pieces, which is kinda weird but it works)


More information about the Digitalmars-d-learn mailing list