Преглед на файлове

fix library name in Makefile.pandora

Ozkan Sezer преди 4 години
родител
ревизия
d1e6bd93d8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Makefile.pandora

+ 1 - 1
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 \
 	-mfpu=neon -ftree-vectorize -ffast-math -fomit-frame-pointer -fno-strict-aliasing -fsingle-precision-constant \
 	-I./include -I$(PNDSDK)/usr/include
 	-I./include -I$(PNDSDK)/usr/include
 
 
-TARGET  = libSDL.a
+TARGET  = libSDL2.a
 
 
 SOURCES = 
 SOURCES = 
 	./src/*.c \
 	./src/*.c \