mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
merge bitcoin#24955: Improve error message about missed macOS SDK
This commit is contained in:
parent
1a49f48fd6
commit
f3dd5d7271
@ -132,7 +132,7 @@ for host in $HOSTS; do
|
||||
echo "Found macOS SDK at '${OSX_SDK}', using..."
|
||||
break
|
||||
else
|
||||
echo "macOS SDK does not exist at '${OSX_SDK}', please place the extracted, untarred SDK there to perform darwin builds, exiting..."
|
||||
echo "macOS SDK does not exist at '${OSX_SDK}', please place the extracted, untarred SDK there to perform darwin builds, or define SDK_PATH environment variable. Exiting..."
|
||||
exit 1
|
||||
fi
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user