Building Mac executables for older OSes

Setting both MACOSX_DEPLOYMENT_TARGET and SDKROOT (after installing the correct SDK) worked as desired. We have an executable compiled on OSX11 which runs on versions as old as OSX10.11

Thanks all!

2 Likes