Commit 1586c4b1 authored by andre's avatar andre Committed by Bjørn Forsman
Browse files

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.
parent 5d3221fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -160,7 +160,7 @@ stdenv.mkDerivation rec {
  ] ++ lib.optionals videoSupport [ harvid xjadeo ];

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