sdl3/build-sdl3

3 lines
109 B
Text
Raw Normal View History

2024-10-08 15:17:35 +00:00
#!/bin/sh
"$CHICKEN_CSC" -C -Werror -C "$(pkg-config --cflags sdl3)" -L "$(pkg-config --libs sdl3)" -sJ "$@"