From 2d540dff75846326b37beab17b9a5337b58b1d04 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 27 Jun 2020 12:37:49 +0200 Subject: [PATCH] Add $(WUT_ROOT)/usr to LIBDIRS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 17b4f57..b44a984 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ LIBS := -lwups -lwut -liosuhax # list of directories containing libraries, this must be the top level # containing include and lib #------------------------------------------------------------------------------- -LIBDIRS := $(PORTLIBS) $(WUPS_ROOT) $(WUT_ROOT) +LIBDIRS := $(PORTLIBS) $(WUPS_ROOT) $(WUT_ROOT) $(WUT_ROOT)/usr #------------------------------------------------------------------------------- # no real need to edit anything past this point unless you need to add additional