1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-19 21:22:01 +00:00

add dummy sdl-config

This commit is contained in:
bebbo
2022-12-31 15:48:34 +01:00
parent 013ee12e67
commit d5fd4992d0

View File

@ -0,0 +1,8 @@
#!/bin/bash
case $1 in
--version)
echo 1.2.14
;;
esac