From b658dc030894a625830ad4cbdab603a31bb72d90 Mon Sep 17 00:00:00 2001 From: retro-wertz Date: Tue, 29 Aug 2017 19:17:02 +0800 Subject: [PATCH] buildfix --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 4c7cf48..b8729d0 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,4 +1,4 @@ -INCFLAGS := -I$(CORE_DIR)/drivers/libretro -I$(CORE_DIR) -I$(CORE_DIR)/input -I$(CORE_DIR)/boards -I$(CORE_DIR)/mappers +INCFLAGS := -I$(CORE_DIR)/drivers/libretro -I$(CORE_DIR)/drivers/libretro/libretro-common/include -I$(CORE_DIR) -I$(CORE_DIR)/input -I$(CORE_DIR)/boards -I$(CORE_DIR)/mappers COREDEFINES = -D__LIBRETRO__ -DSOUND_QUALITY=0 -DPATH_MAX=1024 -DFCEU_VERSION_NUMERIC=9813 -DFRONTEND_SUPPORTS_RGB565 ifneq (,$(findstring msvc,$(platform)))