mirror of
https://github.com/holub/mame
synced 2025-07-04 17:38:08 +03:00
fixed makefile (nw)
This commit is contained in:
parent
f303a5c155
commit
a4c8ca2c25
2
makefile
2
makefile
@ -531,7 +531,7 @@ CONLYFLAGS += -std=gnu89
|
|||||||
ifdef CPP11
|
ifdef CPP11
|
||||||
CPPONLYFLAGS += -x c++ -std=gnu++11
|
CPPONLYFLAGS += -x c++ -std=gnu++11
|
||||||
else
|
else
|
||||||
CPPONLYFLAGS += -x c++ -std=gnu++89
|
CPPONLYFLAGS += -x c++ -std=gnu++98
|
||||||
endif
|
endif
|
||||||
COBJFLAGS += -x objective-c++
|
COBJFLAGS += -x objective-c++
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user