Skip to content

Commit b8a4b70

Browse files
committed
update for latest libctru
1 parent 66893d3 commit b8a4b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ CFLAGS := -g -Wall -O2 -mword-relocations \
6565
-fno-math-errno \
6666
$(ARCH)
6767

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

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

0 commit comments

Comments
 (0)