Skip to content

Commit

Permalink
update for latest libctru
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Jan 28, 2022
1 parent 66893d3 commit b8a4b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ CFLAGS := -g -Wall -O2 -mword-relocations \
-fno-math-errno \
$(ARCH)

CFLAGS += $(INCLUDE) -DARM11 -D_3DS -DVERSION=\"$(VERSTRING)\"
CFLAGS += $(INCLUDE) -DARM11 -D__3DS__ -DVERSION=\"$(VERSTRING)\"

CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11

Expand Down

0 comments on commit b8a4b70

Please sign in to comment.