Commit d1e6bd93d803f12bdebb84f665fa2d7f38f47d12

Ozkan Sezer 2021-11-13T21:29:10

fix library name in Makefile.pandora

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.pandora b/Makefile.pandora
index 69fec63..66f4375 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 \