Adopt to linking changes of WUMS

This commit is contained in:
Maschell 2020-06-10 13:12:16 +02:00
parent 9e4baed439
commit a4a58c7857
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__
CXXFLAGS := $(CFLAGS) -std=c++17
ASFLAGS := -g $(ARCH)
LDFLAGS = -g $(ARCH) $(WUMSSPECS) -Wl,-Map,$(notdir $*.map)
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUMS_ROOT)/share/libkernel.ld $(WUMSSPECS)
LIBS := -lwums -lwut -lkernel