mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-05 19:06:14 +02:00
Revert removal of build.cpp_std default
I thought meson now handled this correctly, but it seems not.
This commit is contained in:
parent
0002273e4d
commit
6318f1623e
@ -6,6 +6,9 @@ project(
|
||||
default_options : [
|
||||
'warning_level=3',
|
||||
'cpp_std=c++2a',
|
||||
# Even though Meson will complain that this option does not exist, without
|
||||
# this Meson will not apply the above option to native targets
|
||||
'build.cpp_std=c++2a',
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user