mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
(Libretro-test-gl) Build fix
This commit is contained in:
parent
88eedc8333
commit
34507f74a1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user