draco: fix build with GCC 13

This commit is contained in:
Jan Solanti
2024-01-09 21:27:24 +02:00
parent d8364a95c7
commit ba733fd1fd
@@ -49,6 +49,11 @@ stdenv.mkDerivation (finalAttrs: {
"-DDRACO_TINYGLTF_PATH=${tinygltf}"
];
CXXFLAGS = [
# error: expected ')' before 'value' in 'explicit GltfValue(uint8_t value)'
"-include cstdint"
];
passthru.updateScript = nix-update-script { };
meta = with lib; {