Updating tk +quartz failed on Snow Leopard
Kevin Walzer
kw at codebykevin.com
Thu Aug 25 20:20:56 PDT 2016
On 8/25/16 10:02 PM, Ryan Schmidt wrote:
> I just haven't researched whether one is supposed to use MAC_OS_X_VERSION_MIN_REQUIRED or MAC_OS_X_VERSION_MAX_ALLOWED or __MAC_OS_X_VERSION_MAX_ALLOWED or something else.
Can someone try something like this:
#if MAC_OS_X_VERSION_MIN_REQUIRED < 1070
[do someStuff:here andHere];
#endif
and see if it builds on 10.6? If so, send me a patch and I'll test it on
10.11 and commit if it works. I have no access to 10.6.
Thanks,
Kevin
--
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.com
More information about the macports-dev
mailing list