diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-06-02 22:31:10 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-06-02 22:31:10 +0300 |
commit | 89aa4e2233f9583501a172cea46e5d421681d274 (patch) | |
tree | 4f436353c02d63a50dce6a5acf64cdabdd80f50d /test cases/common/7 mixed | |
parent | 8364bfcc6df6d41c34c5963f707b3cedf5a7e0cb (diff) | |
download | meson-89aa4e2233f9583501a172cea46e5d421681d274.zip meson-89aa4e2233f9583501a172cea46e5d421681d274.tar.gz meson-89aa4e2233f9583501a172cea46e5d421681d274.tar.bz2 |
C++ is now called cpp rather than cxx.
Diffstat (limited to 'test cases/common/7 mixed')
-rw-r--r-- | test cases/common/7 mixed/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/common/7 mixed/meson.build b/test cases/common/7 mixed/meson.build index 7731551..af88a1e 100644 --- a/test cases/common/7 mixed/meson.build +++ b/test cases/common/7 mixed/meson.build @@ -1,3 +1,3 @@ -project('mixed C and C++', 'c', 'cxx') +project('mixed C and C++', 'c', 'cpp') exe = executable('prog', 'main.cc', 'func.c') test('mixtest', exe) |