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
commit 367a73d9dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,8 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-gsNMPNPcfHyOgjJnIrJ5tLYHbCfIfTowEhcaGOUPb2Q=";
};
mesonFlags = [ "-Dcpp_std=c++14" ];
buildInputs = [
freetype
gtest