opentype-sanitizer: Build with C++14 instead of C++11.

This is for compatibility with newer versions of gtest.
This commit is contained in:
Simon Hollingshead 2024-02-23 16:27:37 +00:00
parent a331a49cf7
commit 9f23f84e66

View File

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