Makefile.cfg: select PSXSDK_PATH if defined

This commit is contained in:
Xavier Del Campo Romero 2021-10-24 03:10:57 +02:00
parent 573e4c150b
commit 8a2647469b
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
# Prefix of the toolchain
ifeq "$(PSXSDK_PATH)" ""
TOOLCHAIN_PREFIX = /usr/local/psxsdk
else
TOOLCHAIN_PREFIX = $(PSXSDK_PATH)
endif
# Make command
# Tip: Set to gmake on *BSD