fix library name in Makefile.pandora

This commit is contained in:
Ozkan Sezer 2021-11-13 21:29:10 +03:00
parent 674f361dec
commit d1e6bd93d8
1 changed files with 1 additions and 1 deletions

View File

@ -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 \