Skip to content

Commit ec70bec

Browse files
adplug: added -std=c++11 for linux builds
1 parent a8ec0d6 commit ec70bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/adplug/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pkglib_LTLIBRARIES = adplug.la
55

66
adplug_la_CFLAGS = $(CFLAGS) -std=c99 -I$(adplugpath)/adplug -I$(adplugpath)/libbinio -I@top_srcdir@/include -fPIC
77
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
8+
adplug_la_CXXFLAGS = $(CXXFLAGS) -std=c++11 -Dstricmp=strcasecmp -DVERSION=\"2.3.1\" -I$(adplugpath)/adplug -I$(adplugpath)/libbinio -I@top_srcdir@/include
99

1010
adplug_la_SOURCES = plugin.c\
1111
adplug-db.cpp\

0 commit comments

Comments
 (0)