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