From 930ee8145c11c901bf1e155a09063762b1ae453e Mon Sep 17 00:00:00 2001 From: radius Date: Sat, 14 Oct 2017 22:37:11 -0500 Subject: [PATCH] move the target to TLD for our fork --- libretro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro/Makefile b/libretro/Makefile index 8fe1a42..2f5f40e 100644 --- a/libretro/Makefile +++ b/libretro/Makefile @@ -113,7 +113,7 @@ else SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=$(CORE_DIR)/libretro/link.T -Wl,--no-undefined endif -TARGET := $(CORE_DIR)/build/bin/$(TARGET) +TARGET := $(CORE_DIR)/$(TARGET) # To force use of the Unix version instead of the Windows version MKDIR := $(shell which mkdir)