mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
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…
Reference in a new issue