Fix target location when compiling
This commit is contained in:
parent
f905c4d0f6
commit
acac96310b
@ -118,7 +118,7 @@ else
|
|||||||
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=$(CORE_DIR)/libretro/link.T -Wl,--no-undefined
|
SHARED := -shared -static-libgcc -static-libstdc++ -s -Wl,--version-script=$(CORE_DIR)/libretro/link.T -Wl,--no-undefined
|
||||||
endif
|
endif
|
||||||
|
|
||||||
TARGET := $(CORE_DIR)/$(TARGET)
|
TARGET := $(TARGET)
|
||||||
|
|
||||||
# To force use of the Unix version instead of the Windows version
|
# To force use of the Unix version instead of the Windows version
|
||||||
MKDIR := $(shell which mkdir)
|
MKDIR := $(shell which mkdir)
|
||||||
|
Loading…
Reference in New Issue
Block a user