GDC CI on MacOS, FreeBSD, Windows

Jacob Carlborg doob at me.com
Tue Sep 22 18:36:30 UTC 2020


On 2020-09-22 12:47, wjoe wrote:

> All of this is very interesting but at the same time I'm more confused 
> now than I was before :S

It depends if emulation is acceptable or not, I cannot answer that. If 
it is, go with 10.6. Otherwise go with 10.5.

What you can do is compile the code on any version of macOS any specify 
the `MACOSX_DEPLOYMENT_TARGET` environment variable, like this:

MACOSX_DEPLOYMENT_TARGET=10.6 clang main.c

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list