On 9 Nov 2018, at 5:41, Adam wrote:
+OSX_SDK_PATH!= /usr/bin/xcrun --sdk macosx${OSX_VERSION}3 --show-sdk-path 2>/dev/null || echo /nonexistentWhat's that "3" for? A typo? :)
Left over from testing. Clearly I was too absentminded to be committing just then, given the ratio of leftovers to lines of code changed. ;-)
Fixed, and thanks for letting me know. (I do have /usr/include, probably via the Command Line Tools, so I wouldn't have noticed.)