Navigation Menu

Skip to content

Commit

Permalink
fix library name in Makefile.pandora
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 13, 2021
1 parent 674f361 commit d1e6bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.pandora
Expand Up @@ -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 \
Expand Down

0 comments on commit d1e6bd9

Please sign in to comment.