From 96040c75ab9d7d9b64ef4c1d72aef9b451f9710d Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 3 May 2020 11:17:00 +0200 Subject: [PATCH] Fix building the example plugin when WUT_ROOT is not set --- plugins/example_plugin/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/example_plugin/Makefile b/plugins/example_plugin/Makefile index 885bc98..039ca78 100644 --- a/plugins/example_plugin/Makefile +++ b/plugins/example_plugin/Makefile @@ -10,6 +10,7 @@ TOPDIR ?= $(CURDIR) include $(DEVKITPRO)/wups/share/wups_rules +WUT_ROOT := $(DEVKITPRO)/wut #------------------------------------------------------------------------------- # TARGET is the name of the output # BUILD is the directory where object files & intermediate files will be placed