This commit is contained in:
parent
c3bf802807
commit
2450937319
@ -34,6 +34,15 @@
|
||||
|
||||
# These arguments are only used to build the shared library
|
||||
# not the executables that use the library.
|
||||
@@ -416,7 +416,7 @@ def create_meson_build(options):
|
||||
default_options = ['warning_level=3']
|
||||
if options.language == 'cpp':
|
||||
# This shows how to set this very common option.
|
||||
- default_options += ['cpp_std=c++14']
|
||||
+ default_options += ['cpp_std=c++1y']
|
||||
# If we get a meson.build autoformatter one day, this code could
|
||||
# be simplified quite a bit.
|
||||
formatted_default_options = ', '.join("'{}'".format(x) for x in default_options)
|
||||
--- "a/test cases/unit/16 prebuilt shared/patron.c"
|
||||
+++ "b/test cases/unit/16 prebuilt shared/patron.c"
|
||||
@@ -5,4 +5,5 @@ int main(int argc, char **argv) {
|
||||
|
Loading…
Reference in New Issue
Block a user