Oops, also:
>> Ok, I set configure.sdkroot and it worked fine now. Should I commit it with:
>>
>> if {${os.platform} eq "darwin" && ${os.major} == 18} {
>> configure.sdkroot …
>> }
>>
>> ?
>
>
> If this code only gets compiled on 10.14, then that would work. But do you
> think (or have you tested if) this code will compile on 10.13 or earlier
> without the 10.14 SDK?
I don’t have a clue. All my boxes run 10.14, so I have no other way to tell
than submitting it and finding out how it compiles on the various buildbots.
Talk about shooting in the dark… :P
Vincent