mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-09-11 23:31:01 +00:00
add dummy sdl-config
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
case $1 in
|
||||
--version)
|
||||
echo 1.2.14
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user