Typo in the name for x86_64-osx-mac.
This commit is contained in:
parent
8c976978ed
commit
457908061f
|
@ -232,7 +232,7 @@ name_of_platform() {
|
|||
( "sparc-solaris" ) echo "Solaris" ;;
|
||||
( "i386-osx-mac" ) echo "Mac OS X (Intel 32-bit)" ;;
|
||||
( "ppc-osx-mac" ) echo "Mac OS X (PPC)" ;;
|
||||
( "x86_64-osx-mac" ) echo "Mac OS X (32-bit 64-bit)" ;;
|
||||
( "x86_64-osx-mac" ) echo "Mac OS X (Intel 64-bit)" ;;
|
||||
( "ppc-darwin" ) echo "X11 on Darwin (PPC)" ;;
|
||||
( "i386-darwin" ) echo "X11 on Darwin (Intel)" ;;
|
||||
( "i386-win32" ) echo "Windows (x86, 32-bit)" ;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user