mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
commit
66dfae2234
2
Makefile
2
Makefile
@ -105,7 +105,9 @@ ifeq ($(HAVE_CXX), 1)
|
|||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
LINK = $(CC)
|
LINK = $(CC)
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifneq ($(CXX_BUILD), 1)
|
||||||
ifneq ($(GNU90_BUILD), 1)
|
ifneq ($(GNU90_BUILD), 1)
|
||||||
ifneq ($(findstring icc,$(CC)),)
|
ifneq ($(findstring icc,$(CC)),)
|
||||||
CFLAGS += -std=c99 -D_GNU_SOURCE
|
CFLAGS += -std=c99 -D_GNU_SOURCE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user