blob: f43a2e7552e5125cd19847cb7fcce864e957cc41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
(define-module (sdl2 config)
#:export (%libsdl2
%libsdl2-image
%libsdl2-ttf))
(define %libsdl2
"@LIBSDL2@")
(define %libsdl2-image
"@LIBSDL2_IMAGE@")
(define %libsdl2-ttf
"@LIBSDL2_TTF@")
|