Merge pull request #290922 from simonhollingshead/opentype-sanitizer-cpp14
opentype-sanitizer: Build with C++14 instead of C++11.
This commit is contained in:
@@ -21,6 +21,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-gsNMPNPcfHyOgjJnIrJ5tLYHbCfIfTowEhcaGOUPb2Q=";
|
||||
};
|
||||
|
||||
mesonFlags = [ "-Dcpp_std=c++14" ];
|
||||
|
||||
buildInputs = [
|
||||
freetype
|
||||
gtest
|
||||
|
||||
Reference in New Issue
Block a user