mirror of https://github.com/inolen/redream.git
updated libretro Makefile to build from the deps/libretro directory
This commit is contained in:
parent
a16be3b9ec
commit
f525c508d6
|
@ -19,8 +19,8 @@ CAPSTONE_HAS_ARM64=0
|
||||||
UNAME=$(shell uname -a)
|
UNAME=$(shell uname -a)
|
||||||
|
|
||||||
# Dirs
|
# Dirs
|
||||||
ROOT_DIR := .
|
ROOT_DIR := ../..
|
||||||
CORE_DIR := .
|
CORE_DIR := ../..
|
||||||
LIBRETRO_DIR := $(ROOT_DIR)/deps/libretro
|
LIBRETRO_DIR := $(ROOT_DIR)/deps/libretro
|
||||||
|
|
||||||
ifeq ($(platform),)
|
ifeq ($(platform),)
|
||||||
|
|
Loading…
Reference in New Issue