updated libretro Makefile to build from the deps/libretro directory

This commit is contained in:
Anthony Pesch 2017-11-19 23:47:19 -05:00
parent 348e31a115
commit 2e1dec131a
1 changed files with 2 additions and 2 deletions

View File

@ -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),)