From acac96310bf6b60cd700fd4bb213dcc43b0db01b Mon Sep 17 00:00:00 2001 From: retrowertz Date: Thu, 4 Jan 2018 16:46:57 +0800 Subject: [PATCH] Fix target location when compiling --- libretro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro/Makefile b/libretro/Makefile index a301ef6..feb19bd 100644 --- a/libretro/Makefile +++ b/libretro/Makefile @@ -118,7 +118,7 @@ else SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=$(CORE_DIR)/libretro/link.T -Wl,--no-undefined endif -TARGET := $(CORE_DIR)/$(TARGET) +TARGET := $(TARGET) # To force use of the Unix version instead of the Windows version MKDIR := $(shell which mkdir)