mirror of
https://github.com/TASEmulators/desmume
synced 2025-10-05 16:22:49 +02:00
mingw Makefile: explicitly add C++ std
latest ubuntu's mingw defaults to C++17 which breaks things.
This commit is contained in:
@@ -25,7 +25,7 @@ CPPFLAGS = -DMINGW_HAS_SECURE_API \
|
||||
|
||||
CXXFLAGS = -I. -I../.. -I../../frontend/modules/osd/agg \
|
||||
-Iagg/include -Iwinpcap -Idirectx -Ilua/include \
|
||||
-fpermissive -fms-extensions -Wno-write-strings $(OPT)
|
||||
-fpermissive -fms-extensions -Wno-write-strings -std=gnu++11 $(OPT)
|
||||
|
||||
CFLAGS=$(OPT)
|
||||
|
||||
|
Reference in New Issue
Block a user