mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-23 07:49:48 +00:00
commit
a1b375d319
@ -8,7 +8,7 @@ HAVE_NETWORK := 1
|
||||
|
||||
include $(ROOT_DIR)/Makefile.common
|
||||
|
||||
COREFLAGS := -DINLINE=inline -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DVIDEO_RGB565
|
||||
COREFLAGS := -DINLINE=inline -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DVIDEO_RGB565 -Wno-c++11-narrowing
|
||||
|
||||
ifeq ($(HAVE_NETWORK),1)
|
||||
COREFLAGS += -DHAVE_NETWORK
|
||||
|
@ -1,2 +1,2 @@
|
||||
APP_STL := gnustl_static
|
||||
APP_STL := c++_static
|
||||
APP_ABI := all
|
||||
|
Loading…
Reference in New Issue
Block a user