mirror of
https://github.com/wiiu-env/wut.git
synced 2024-12-05 03:04:16 +01:00
wut.mk: don't depend on WUT_ROOT
Brings wut.mk in line with the other build systems - probably the last real love it'll get.
This commit is contained in:
parent
96cf21131d
commit
5e784d292f
@ -22,10 +22,8 @@ export DEVKITPPC ?= $(DEVKITPRO)/devkitPPC
|
||||
# Pull in devkitPPC bits - this gets $(CC) and friends set up
|
||||
include $(DEVKITPPC)/base_tools
|
||||
|
||||
# Make sure we have wut
|
||||
ifeq ($(strip $(WUT_ROOT)),)
|
||||
$(error "Please set WUT_ROOT in your environment.")
|
||||
endif
|
||||
# Have a guess at WUT_ROOT
|
||||
export WUT_ROOT ?= $(DEVKITPRO)/wut
|
||||
|
||||
# Grab wut tools we need.
|
||||
WUT_ELF2RPL := $(DEVKITPRO)/tools/bin/elf2rpl
|
||||
|
Loading…
Reference in New Issue
Block a user