From 73b50688abf39c807b8951dbb69bf959840ce100 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 14 Jun 2020 00:08:11 -0400 Subject: [PATCH] Added -lm to the swkbd example Makefile. --- applet/libapplets/software-keyboard/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet/libapplets/software-keyboard/Makefile b/applet/libapplets/software-keyboard/Makefile index 2a807a9..0b369e6 100644 --- a/applet/libapplets/software-keyboard/Makefile +++ b/applet/libapplets/software-keyboard/Makefile @@ -59,7 +59,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions ASFLAGS := -g $(ARCH) LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map) -LIBS := -lnx +LIBS := -lnx -lm #--------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level containing