mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 18:52:29 +02:00
guix: Improve error message about missed macOS SDK
This commit is contained in:
@@ -132,7 +132,7 @@ for host in $HOSTS; do
|
|||||||
echo "Found macOS SDK at '${OSX_SDK}', using..."
|
echo "Found macOS SDK at '${OSX_SDK}', using..."
|
||||||
break
|
break
|
||||||
else
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user