When working on Ashet-OS rv32 on MacOS, everything works except the display, which chooses the wrong thing. On Linux there's the -display sdl and -display gtk options, but on MacOS there's
-display vnc=<display>[,<optargs>]
-display curses[,charset=<encoding>]
-display cocoa[,full-grab=on|off][,swap-opt-cmd=on|off]
-display dbus[,addr=<dbusaddr>]
-display none
We should account for these options in the build script.
When working on Ashet-OS rv32 on MacOS, everything works except the display, which chooses the wrong thing. On Linux there's the
-display sdland-display gtkoptions, but on MacOS there'sWe should account for these options in the build script.