Merge pull request #290922 from simonhollingshead/opentype-sanitizer-cpp14
opentype-sanitizer: Build with C++14 instead of C++11.
This commit is contained in:
commit
367a73d9dd
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
hash = "sha256-gsNMPNPcfHyOgjJnIrJ5tLYHbCfIfTowEhcaGOUPb2Q=";
|
||||
};
|
||||
|
||||
mesonFlags = [ "-Dcpp_std=c++14" ];
|
||||
|
||||
buildInputs = [
|
||||
freetype
|
||||
gtest
|
||||
|
|
Loading…
Reference in a new issue