diff options
Diffstat (limited to 'test cases/fortran/9 cpp')
| -rw-r--r-- | test cases/fortran/9 cpp/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/fortran/9 cpp/meson.build b/test cases/fortran/9 cpp/meson.build index ad7d4b206..7f73985cd 100644 --- a/test cases/fortran/9 cpp/meson.build +++ b/test cases/fortran/9 cpp/meson.build @@ -7,7 +7,7 @@ if cpp.get_id() == 'clang' error('MESON_SKIP_TEST Clang C++ does not find -lgfortran for some reason.') endif -if build_machine.system() == 'windows' and cpp.get_id() != 'gnu' +if build_machine.system() == 'windows' and cpp.get_id() != fc.get_id() error('MESON_SKIP_TEST mixing gfortran with non-GNU C++ does not work.') endif |
