X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=gp2x%2FMakefile;h=2d57ebb29cb92c1f311f0f9e752dd9aad2d8ff00;hb=5da9148dd11760c74db86d316d39ca329f8df24f;hp=e91ac43a51996755b492369db6ffd73fa34b155e;hpb=2823a4c8196a02da86ee180cf55586d4e8c91a2f;p=gpsp.git diff --git a/gp2x/Makefile b/gp2x/Makefile index e91ac43..2d57ebb 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -22,8 +22,8 @@ CFLAGS += -DARM_ARCH -DGP2X_BUILD CFLAGS += -O3 -std=c99 -msoft-float -funsigned-char -fno-common \ -fno-builtin \ -INCLUDES = `$(PREFIX)/bin/arm-open2x-linux-sdl-config --cflags` -LIBS = `$(PREFIX)/bin/arm-open2x-linux-sdl-config --libs` \ +INCLUDES = `$(PREFIX)/bin/sdl-config --cflags` -I$(PREFIX)/include +LIBS = `$(PREFIX)/bin/sdl-config --libs` \ -lm -ldl -lpthread -lz -static # Compilation: