Skip to content
Snippets Groups Projects
Commit 38a863b5 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add MacOS support

parent 76c6475f
No related branches found
No related tags found
No related merge requests found
......@@ -1018,7 +1018,7 @@ EOF
*:Rhapsody:*:*)
echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
exit 0 ;;
*:Darwin:*:*)
*:Darwin:*:* | *:"Mac OS":*:*)
echo `uname -p`-apple-darwin${UNAME_RELEASE}
exit 0 ;;
*:procnto*:*:* | *:QNX:[0123456789]*:*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment