Skip to content

Commit

Permalink
CXXLAGS -> CXXFLAGS
Browse files Browse the repository at this point in the history
C++ definitely doesn't lag!
  • Loading branch information
nurupo committed Apr 13, 2018
1 parent 8fe5186 commit 6f9c2da
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 @@ -133,7 +133,7 @@ RARCH_OBJ := $(addprefix $(OBJDIR)/,$(OBJ))

ifneq ($(X86),)
CFLAGS += -m32
CXXLAGS += -m32
CXXFLAGS += -m32
LDFLAGS += -m32
endif

Expand Down

0 comments on commit 6f9c2da

Please sign in to comment.