devdraw: default to native gui on OS X
This commit is contained in:
parent
8315a8045c
commit
0a40aeedbf
1 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,9 @@ if [ "x$X11" = "x" ]; then
|
|||
fi
|
||||
|
||||
if [ "x$WSYSTYPE" = "x" ]; then
|
||||
if [ -d "$X11" ]; then
|
||||
if [ "x`uname`" = "xDarwin" ]; then
|
||||
WSYSTYPE=osx
|
||||
elif [ -d "$X11" ]; then
|
||||
WSYSTYPE=x11
|
||||
else
|
||||
WSYSTYPE=nowsys
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue