Merge pull request #290922 from simonhollingshead/opentype-sanitizer-cpp14

opentype-sanitizer: Build with C++14 instead of C++11.
This commit is contained in:
Luke Granger-Brown
2024-02-23 20:58:47 +00:00
committed by GitHub
@@ -21,6 +21,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-gsNMPNPcfHyOgjJnIrJ5tLYHbCfIfTowEhcaGOUPb2Q=";
};
mesonFlags = [ "-Dcpp_std=c++14" ];
buildInputs = [
freetype
gtest