opentype-sanitizer: build with C++17 stdlib

gtest enforces C++17 now: https://github.com/NixOS/nixpkgs/pull/403142
This commit is contained in:
Olivér Falvai 2025-07-08 07:32:38 +02:00
parent 028544cc96
commit 37427a5004

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-QRbF2GUDQsp8i6qVYlafSb9HaaozRuJ8dn1mhMMLeLc=";
};
mesonFlags = [ "-Dcpp_std=c++14" ];
mesonFlags = [ "-Dcpp_std=c++17" ]; # required by gtest
buildInputs = [
freetype