yglukhov / nimx

GUI library
MIT License
1.09k stars 75 forks source link

Alter macOS SDK discovery. #367

Closed quantimnot closed 5 years ago

quantimnot commented 5 years ago

Hello, I was trying out your library, but I couldn't build it.

I don't have XCode installed. I do have the command line tools installed though.

I changed the primary nakefile to use xcode-select --print-path to find the user selected version. I also change the version discovery by just reading the version from the located default SDK's settings plist.

yglukhov commented 5 years ago

Thanks!