fixed makefile (nw)

This commit is contained in:
Oliver Stöneberg 2015-02-05 15:40:53 +01:00
parent f303a5c155
commit a4c8ca2c25

View File

@ -531,7 +531,7 @@ CONLYFLAGS += -std=gnu89
ifdef CPP11
CPPONLYFLAGS += -x c++ -std=gnu++11
else
CPPONLYFLAGS += -x c++ -std=gnu++89
CPPONLYFLAGS += -x c++ -std=gnu++98
endif
COBJFLAGS += -x objective-c++