summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authoraliaspider2015-11-09 14:13:24 +0100
committeraliaspider2015-11-09 14:13:24 +0100
commit5339c79ebd36afa759541d0c2fbdadac6dd26ed2 (patch)
tree2575fb664d949fa52f3a7c9041fb0fcf38b4c212 /Makefile.common
parentc8b00c7e773066824a07a81a1017ef585ea7b805 (diff)
downloadsnes9x2002-5339c79ebd36afa759541d0c2fbdadac6dd26ed2.tar.gz
snes9x2002-5339c79ebd36afa759541d0c2fbdadac6dd26ed2.tar.bz2
snes9x2002-5339c79ebd36afa759541d0c2fbdadac6dd26ed2.zip
use correct include paths
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
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