From c906bd9d04c44c2b1a4c3b26bda1b7777b7c69e7 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 12 Jun 2020 13:56:49 +0200 Subject: [PATCH] Fix compiling with latest WUPS version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1170c49..e2649be 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__ -D__WUPS__ CXXFLAGS := $(CFLAGS) -std=gnu++17 ASFLAGS := -g $(ARCH) -LDFLAGS = -g $(ARCH) $(WUPSSPECS) -Wl,-Map,$(notdir $*.map) +LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) $(WUPSSPECS) LIBS := -lwups -lwut -lwupsbackend