We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ec0d6 commit ec70becCopy full SHA for ec70bec
plugins/adplug/Makefile.am
@@ -5,7 +5,7 @@ pkglib_LTLIBRARIES = adplug.la
5
6
adplug_la_CFLAGS = $(CFLAGS) -std=c99 -I$(adplugpath)/adplug -I$(adplugpath)/libbinio -I@top_srcdir@/include -fPIC
7
adplug_la_LDFLAGS = -module -avoid-version $(NOCPPLIB) -lm
8
-adplug_la_CXXFLAGS = $(CXXFLAGS) -Dstricmp=strcasecmp -DVERSION=\"2.3.1\" -I$(adplugpath)/adplug -I$(adplugpath)/libbinio -I@top_srcdir@/include
+adplug_la_CXXFLAGS = $(CXXFLAGS) -std=c++11 -Dstricmp=strcasecmp -DVERSION=\"2.3.1\" -I$(adplugpath)/adplug -I$(adplugpath)/libbinio -I@top_srcdir@/include
9
10
adplug_la_SOURCES = plugin.c\
11
adplug-db.cpp\
0 commit comments