mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +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:
@@ -6,6 +6,9 @@ project(
|
|||||||
default_options : [
|
default_options : [
|
||||||
'warning_level=3',
|
'warning_level=3',
|
||||||
'cpp_std=c++2a',
|
'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',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user