Skip to content

Commit 423d795

Browse files
committed
hints/darwin.sh: hint at newer OS'
Need to be explicit with OS' for macOS 11 and up here. Otherwise: Unexpected MACOSX_DEPLOYMENT_TARGET=11
1 parent 06631b0 commit 423d795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hints/darwin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ case "$osvers" in # Note: osvers is the kernel version, not the 10.x
315315
316316
*** Unexpected MACOSX_DEPLOYMENT_TARGET=$MACOSX_DEPLOYMENT_TARGET
317317
***
318-
*** Please either set it to a valid macOS version number (e.g., 10.15) or to empty.
318+
*** Please either set it to a valid macOS version number (e.g., 10.15 or 11.0) or to empty.
319319
320320
EOM
321321
exit 1

0 commit comments

Comments
 (0)