From f6c8116c7c1c1228778f66e4dac6c7f8803191ee Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 12 Jun 2020 13:56:17 +0200 Subject: [PATCH] Fix compling with latest wut version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index de4779b..10647bc 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__ -D__WUPS__ CXXFLAGS := $(CFLAGS) ASFLAGS := -g $(ARCH) -LDFLAGS = -g $(ARCH) $(WUPSSPECS) -Wl,-Map,$(notdir $*.map) +LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) $(WUPSSPECS) LIBS := -lwups -lwut -liosuhax