(Libretro-test-gl) Build fix

This commit is contained in:
twinaphex 2013-05-16 13:25:27 +02:00
parent 88eedc8333
commit 34507f74a1

View File

@ -56,8 +56,14 @@ else
CFLAGS += -O3
endif
ifeq ($(platform), qnx)
CFLAGS += -Wc,-std=gnu99
else
CFLAGS += -std=gnu99
endif
OBJECTS := libretro-test.o
CFLAGS += -Wc,-std=gnu99 -Wall -pedantic $(fpic)
CFLAGS += -Wall -pedantic $(fpic)
ifeq ($(GLES), 1)
CFLAGS += -DGLES