Skip to content

Commit

Permalink
ardour: bump c++ standard to c++17
Browse files Browse the repository at this point in the history
Fixes a build issue with boost.

Additionally, C++11 will no longer be supported starting with Ardour 9.0.
  • Loading branch information
aewatt95 committed Jan 25, 2025
1 parent 92621ce commit e4fbae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/audio/ardour/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ stdenv.mkDerivation rec {
] ++ lib.optionals videoSupport [ harvid xjadeo ];

wafConfigureFlags = [
"--cxx11"
"--cxx17"
"--docs"
"--freedesktop"
"--no-phone-home"
Expand Down

0 comments on commit e4fbae6

Please sign in to comment.