summaryrefslogtreecommitdiffstats
path: root/TOOLS/macos-sdk-version.py
Commit message (Collapse)AuthorAgeFilesLines
* TOOLS: add macos-sdk-version.py scriptDudemanguy2021-11-141-0/+68
Building for macos requires us to check the macos sdk path as well as the sdk version that is on the system. To do this, let's steal the logic that's in the compiler_swift.py check from the waf build. This returns a comma-delinated string. The first entry is the absolute path to the sdk. The second entry is the detected macos sdk version.