aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-24 11:51:38 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-04-24 11:51:38 +0200
commit914076ed5ffd644581600322bf911f13eb839951 (patch)
tree861ef2a66ef34747fe05dd74f435914c51e31890 /contrib
parentbe7a5f2fc400e7a3ef72dedbdcf49dd6c96d4f9e (diff)
downloadbitcoin-914076ed5ffd644581600322bf911f13eb839951.tar.xz
guix: Improve error message about missed macOS SDK
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/guix/guix-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/guix-build b/contrib/guix/guix-build
index c8f2e40f0a..74b24b9612 100755
--- a/contrib/guix/guix-build
+++ b/contrib/guix/guix-build
@@ -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
;;