1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-16 20:51:27 +00:00

Teach makeright to compile for SDL display on MacOS on x86_64 CPU

This commit is contained in:
Nick Briggs
2022-11-12 20:44:16 -08:00
parent 8c490df964
commit 4ae1987c33
2 changed files with 22 additions and 0 deletions

View File

@@ -71,6 +71,9 @@ case "$display" in
x) releasename=${osversion}.${architecture}-${display}
ldename=ldex
;;
sdl) releasename=${osversion}.${architecture}-${display}
ldename=ldesdl
;;
*) echo "display-option: $display is not supported."
exit
;;