tpoechtrager / osxcross

Mac OS X cross toolchain for Linux, FreeBSD, OpenBSD and Android (Termux)
GNU General Public License v2.0
2.85k stars 320 forks source link

verify_sdk_version: exit with code 1 if the SDK is not found #277

Closed lucor closed 3 years ago

lucor commented 3 years ago

This PR updates the exit code for verify_sdk_version to 1 function if the SDK is not found. This should help to stop the build in automatic scripts when the SDK_VERSION env variable is set to a invalid value.