parent
513ce18d64
commit
2860591b68
2 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ fi
|
|||
|
||||
if [ "x$WSYSTYPE" = "x" ]; then
|
||||
if [ "x`uname`" = "xDarwin" ]; then
|
||||
if sw_vers | grep 'ProductVersion: 10\.[0-6]\.' >/dev/null; then
|
||||
if sw_vers | grep 'ProductVersion: 10\.[0-5]\.' >/dev/null; then
|
||||
WSYSTYPE=osx
|
||||
else
|
||||
echo 1>&2 'WARNING: OS X Lion is not working. Copy binaries from a Snow Leopard system.'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue