summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-09-27 09:50:28 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-09-27 09:50:28 -0400
commitd31c27ac48f81a534b28531e3d5fa626890be59f (patch)
tree69be20b1e4a91611af1bb7d6925ca626349a9a82
parent61f0633575c3c17bacde57df8f0865a5b4022d46 (diff)
Fix alternative libSDL2_image name.v0.7.0
-rw-r--r--sdl2/config.scm.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdl2/config.scm.in b/sdl2/config.scm.in
index a2b0197..6a35836 100644
--- a/sdl2/config.scm.in
+++ b/sdl2/config.scm.in
@@ -47,7 +47,7 @@
("SDL2"))
(define-library-name %libsdl2-image
("@SDL2_IMAGE_LIBDIR@/libSDL2_image")
- ("libSDL2_image" "libSDL_image-2.0")
+ ("libSDL2_image" "libSDL2_image-2.0")
("SDL2_image"))
(define-library-name %libsdl2-ttf
("@SDL2_TTF_LIBDIR@/libSDL2_ttf")