Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
added "-lm" flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mind-overflow committed Jul 22, 2020
1 parent fd8dd82 commit 08110cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysmodules/rosalina/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08110cb

Please sign in to comment.