Skip to content

Commit

Permalink
Merge pull request libretro#6568 from nurupo/cxxdoesntlag
Browse files Browse the repository at this point in the history
CXXLAGS -> CXXFLAGS
  • Loading branch information
inactive123 authored Apr 13, 2018
2 parents 4c39a7f + 6f9c2da commit 7c5e44e
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 7c5e44e

Please sign in to comment.