From f525c508d65f74cf3b83a40d51edf3dcf2a01672 Mon Sep 17 00:00:00 2001 From: Anthony Pesch Date: Sun, 19 Nov 2017 23:47:19 -0500 Subject: [PATCH] updated libretro Makefile to build from the deps/libretro directory --- deps/libretro/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/libretro/Makefile b/deps/libretro/Makefile index 27726cb1..0f6ddef8 100644 --- a/deps/libretro/Makefile +++ b/deps/libretro/Makefile @@ -19,8 +19,8 @@ CAPSTONE_HAS_ARM64=0 UNAME=$(shell uname -a) # Dirs -ROOT_DIR := . -CORE_DIR := . +ROOT_DIR := ../.. +CORE_DIR := ../.. LIBRETRO_DIR := $(ROOT_DIR)/deps/libretro ifeq ($(platform),)