From e4992bc6d0c172fcdc5582108e6789f927f177d8 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Sat, 8 Oct 2016 02:35:54 +0100 Subject: [PATCH] (3DS) salamander build fix. --- Makefile.ctr.salamander | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ctr.salamander b/Makefile.ctr.salamander index 769099a3af..6eb1eb17c9 100644 --- a/Makefile.ctr.salamander +++ b/Makefile.ctr.salamander @@ -87,7 +87,7 @@ LDFLAGS += -specs=ctr/3dsx_custom.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map) CFLAGS += -std=gnu99 -ffast-math -LIBS := -lretro_ctr -lctru -lm +LIBS := -lctru -lm ifeq ($(BUILD_3DSX), 1)