mirror of
https://github.com/libretro/vice-libretro.git
synced 2024-11-23 08:19:46 +00:00
Add -std=gnu99
This commit is contained in:
parent
0dcf615d7a
commit
8c4899ed5a
2
Makefile
2
Makefile
@ -157,6 +157,8 @@ endif
|
||||
fpic += $(MINVERSION)
|
||||
CFLAGS += -DHAVE_STRLCPY -DHAVE_VSNPRINTF -DHAVE_SNPRINTF -DHAVE_STPCPY -D_INTTYPES_H
|
||||
CXXFLAGS += -DHAVE_STRLCPY -DHAVE_VSNPRINTF -DHAVE_SNPRINTF -DHAVE_STPCPY -D_INTTYPES_H
|
||||
|
||||
CFLAGS += -std=gnu99
|
||||
ifeq ($(CROSS_COMPILE),1)
|
||||
TARGET_RULE = -target $(LIBRETRO_APPLE_PLATFORM) -isysroot $(LIBRETRO_APPLE_ISYSROOT)
|
||||
CFLAGS += $(TARGET_RULE)
|
||||
|
Loading…
Reference in New Issue
Block a user