Merge pull request #6568 from nurupo/cxxdoesntlag

CXXLAGS -> CXXFLAGS
This commit is contained in:
Twinaphex 2018-04-13 18:49:36 +02:00 committed by GitHub
commit 7c5e44ead0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -133,7 +133,7 @@ RARCH_OBJ := $(addprefix $(OBJDIR)/,$(OBJ))
ifneq ($(X86),)
CFLAGS += -m32
CXXLAGS += -m32
CXXFLAGS += -m32
LDFLAGS += -m32
endif