SDL: fix library name in Makefile.pandora

From d1e6bd93d803f12bdebb84f665fa2d7f38f47d12 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 13 Nov 2021 21:29:10 +0300
Subject: [PATCH] fix library name in Makefile.pandora

---
 Makefile.pandora | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.pandora b/Makefile.pandora
index 69fec6368e..66f4375422 100644
--- a/Makefile.pandora
+++ b/Makefile.pandora
@@ -10,7 +10,7 @@ CFLAGS  = -O3 -march=armv7-a -mcpu=cortex-a8 -mtune=cortex-a8 -mfloat-abi=softfp
 	-mfpu=neon -ftree-vectorize -ffast-math -fomit-frame-pointer -fno-strict-aliasing -fsingle-precision-constant \
 	-I./include -I$(PNDSDK)/usr/include
 
-TARGET  = libSDL.a
+TARGET  = libSDL2.a
 
 SOURCES = 
 	./src/*.c \