makefile: Update wut-tools path.

This commit is contained in:
rw-r-r-0644 2019-02-19 22:23:33 +01:00 committed by James
parent 86a8526725
commit 254de47b15

View File

@ -28,8 +28,8 @@ ifeq ($(strip $(WUT_ROOT)),)
endif
# Grab wut tools we need.
WUT_ELF2RPL := $(WUT_ROOT)/bin/elf2rpl
WUT_RPLEXPORTGEN := $(WUT_ROOT)/bin/rplexportgen
WUT_ELF2RPL := $(DEVKITPRO)/tools/bin/elf2rpl
WUT_RPLEXPORTGEN := $(DEVKITPRO)/tools/bin/rplexportgen
# If DEPSDIR isn't defined, assume this is an out-of-tree build and that we're
# already running in the build folder - thus, put deps in CURDIR