Skip to content

Commit b263ec4

Browse files
committed
merge bitcoin#24955: Improve error message about missed macOS SDK
1 parent f988a6e commit b263ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/guix/guix-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ for host in $HOSTS; do
132132
echo "Found macOS SDK at '${OSX_SDK}', using..."
133133
break
134134
else
135-
echo "macOS SDK does not exist at '${OSX_SDK}', please place the extracted, untarred SDK there to perform darwin builds, exiting..."
135+
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..."
136136
exit 1
137137
fi
138138
;;

0 commit comments

Comments
 (0)