mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-08 02:55:56 +01:00
Merge pull request #277 from lucor/patch-1
verify_sdk_version: exit with code 1 if the SDK is not found
This commit is contained in:
commit
8a716a43a7
@ -179,7 +179,7 @@ function verify_sdk_version()
|
||||
done
|
||||
if [ ! $sdk ] ; then
|
||||
echo cant find SDK for OSX $sdkv in tarballs. exiting
|
||||
exit
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user