Fix enabling C++11 for C CI builds

Set CPPSTD as CPP11 is not used any longer.
This commit is contained in:
Vadim Zeitlin 2022-09-17 17:22:30 +02:00
commit 2b2fe7785a

View file

@ -50,7 +50,7 @@ jobs:
- SWIGLANG: ""
compiler: clang
- SWIGLANG: c
CPP11: 1
CPPSTD: c++11
- SWIGLANG: csharp
# D support can't be enabled because dmd 2.066 fails to build anything
# under Ubuntu 18.04 due to its standard library (libphobos2.a) not