Merge pull request #7 from retro-wertz/makefile

Fix target location when compiling
This commit is contained in:
Twinaphex 2018-01-04 11:37:55 +01:00 committed by GitHub
commit 8bbfab3183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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