diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2020-11-13 19:20:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 19:20:10 -0800 |
commit | 8dcc7d3ef3cb95029c41a0d4accef86415f29cb8 (patch) | |
tree | e9711673000ffbb7f339cff7fd53c897ade457e3 /test cases | |
parent | 91876b40316962620c1705ae14075ab46f8dd644 (diff) | |
parent | 2748c9fb3d6e3195f5cb8adb31f0565f8b49436d (diff) | |
download | meson-8dcc7d3ef3cb95029c41a0d4accef86415f29cb8.zip meson-8dcc7d3ef3cb95029c41a0d4accef86415f29cb8.tar.gz meson-8dcc7d3ef3cb95029c41a0d4accef86415f29cb8.tar.bz2 |
Merge pull request #7967 from jpark37/msvc-c17
msvc: enable /std:c17 flag
Diffstat (limited to 'test cases')
-rw-r--r-- | test cases/unit/59 introspect buildoptions/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/unit/59 introspect buildoptions/meson.build b/test cases/unit/59 introspect buildoptions/meson.build index 16df028..9cfdc2c 100644 --- a/test cases/unit/59 introspect buildoptions/meson.build +++ b/test cases/unit/59 introspect buildoptions/meson.build @@ -1,4 +1,4 @@ -project('introspect buildargs', ['c'], default_options: ['c_std=c11', 'cpp_std=c++14', 'buildtype=release']) +project('introspect buildargs', ['c'], default_options: ['c_std=c99', 'cpp_std=c++14', 'buildtype=release']) subA = subproject('projectA') |