Skip to content

Commit 914076e

Browse files
committed
guix: Improve error message about missed macOS SDK
1 parent be7a5f2 commit 914076e

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)