Add $(WUT_ROOT)/usr to LIBDIRS

This commit is contained in:
Maschell 2020-06-27 12:37:49 +02:00
parent 0e06e18873
commit 2d540dff75

View File

@ -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