ardour: bump c++ standard to c++17
Fixes a build issue with boost. Additionally, C++11 will no longer be supported starting with Ardour 9.0.
This commit is contained in:
@@ -160,7 +160,7 @@ stdenv.mkDerivation rec {
|
||||
] ++ lib.optionals videoSupport [ harvid xjadeo ];
|
||||
|
||||
wafConfigureFlags = [
|
||||
"--cxx11"
|
||||
"--cxx17"
|
||||
"--docs"
|
||||
"--freedesktop"
|
||||
"--no-phone-home"
|
||||
|
||||
Reference in New Issue
Block a user