From 08110cb1257d4753798c79f6593882a5e39f74a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Wed, 22 Jul 2020 22:15:42 +0200 Subject: [PATCH] added "-lm" flag --- sysmodules/rosalina/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysmodules/rosalina/Makefile b/sysmodules/rosalina/Makefile index 254219a..2b85d80 100644 --- a/sysmodules/rosalina/Makefile +++ b/sysmodules/rosalina/Makefile @@ -40,7 +40,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11 ASFLAGS := -g $(ARCH) LDFLAGS = -specs=3dsx.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map),-wrap,exit,--section-start,.text=0x14000000 -LIBS := -lctru +LIBS := -lm -lctru #--------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level containing