diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-10-06 22:05:20 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-10-06 22:05:20 -0400 |
commit | 9ce20c40540908cf95dc1546c23df415631cf1e0 (patch) | |
tree | 5a7fddd0bc100997d0c8f1e8dbe14465b71f405d /sdl2/config.scm.in |
Initial commit.
Let's do this!
Diffstat (limited to 'sdl2/config.scm.in')
-rw-r--r-- | sdl2/config.scm.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sdl2/config.scm.in b/sdl2/config.scm.in new file mode 100644 index 0000000..4ab9a06 --- /dev/null +++ b/sdl2/config.scm.in @@ -0,0 +1,5 @@ +(define-module (sdl2 config) + #:export (%libsdl2)) + +(define %libsdl2 + "@LIBSDL2@") |