opentype-sanitizer: build with C++17 stdlib
gtest enforces C++17 now: https://github.com/NixOS/nixpkgs/pull/403142
This commit is contained in:
parent
028544cc96
commit
37427a5004
@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
hash = "sha256-QRbF2GUDQsp8i6qVYlafSb9HaaozRuJ8dn1mhMMLeLc=";
|
hash = "sha256-QRbF2GUDQsp8i6qVYlafSb9HaaozRuJ8dn1mhMMLeLc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
mesonFlags = [ "-Dcpp_std=c++14" ];
|
mesonFlags = [ "-Dcpp_std=c++17" ]; # required by gtest
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
freetype
|
freetype
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user