From 5339c79ebd36afa759541d0c2fbdadac6dd26ed2 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Mon, 9 Nov 2015 14:13:24 +0100 Subject: use correct include paths --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 3364cf0..90dbff0 100644 --- a/Makefile.common +++ b/Makefile.common @@ -86,7 +86,7 @@ DEFINES += -fomit-frame-pointer DEFINES += -ffast-math -funroll-loops -fomit-frame-pointer -INCLUDES = -Ilibretro -Isrc -I. +INCLUDES = -I$(LIBRETRO_DIR) -I$(CORE_DIR) -I. DEFINES += -DHAVE_STRINGS_H -DHAVE_STDINT_H -DHAVE_INTTYPES_H -D__LIBRETRO__ -DINLINE=inline DEFINES += -DUSE_SA1 -- cgit v1.2.3