diff options
| author | T <t.l@g.de> | 2019-11-10 19:52:58 +0100 |
|---|---|---|
| committer | T <t.l@g.de> | 2019-11-10 19:52:58 +0100 |
| commit | b3107ec2770dbef6f004224ccecf7371159de8c6 (patch) | |
| tree | 8bf16190905e8bf41dd66ccbc2defc6e93d09622 /Makefile | |
| parent | f8ecc2cd3727b0fde8e75a66b4f20ba8d2670e37 (diff) | |
| download | vdr-plugin-smarttvweb-master.tar.gz vdr-plugin-smarttvweb-master.tar.bz2 | |
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ TMPDIR ?= /tmp ### The compiler options: export CFLAGS = $(call PKGCFG,cflags) -export CXXFLAGS = $(call PKGCFG,cxxflags) +export CXXFLAGS = -std=c++11 $(call PKGCFG,cxxflags) ### The version number of VDR's plugin API: |
