From cb1f181b5807479dbd5d50a85c614b85d1e3a5f8 Mon Sep 17 00:00:00 2001 From: Mykola Dolhyi <0xb000@gmail.com> Date: Tue, 12 Dec 2023 00:09:47 +0200 Subject: [PATCH] Permit protoc-wrapper script --- tools/sanity_checks.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/sanity_checks.py b/tools/sanity_checks.py index 33914dc114..86c2b9c041 100755 --- a/tools/sanity_checks.py +++ b/tools/sanity_checks.py @@ -45,6 +45,9 @@ 'glbinding-aux_features.h', 'glbinding-aux_export.h' ], + 'grpc': [ + 'compile-proto.py' + ], 'gumbo-parser': [ 'tokenizer.cc', ],