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