Merge pull request #8613 from opensourcerouting/build-fix-pb-assert

build: fix assert() use in .pb-c.c files
This commit is contained in:
Donald Sharp 2021-05-03 20:46:58 -04:00 committed by GitHub
commit 9f54dfd8b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ am__v_PROTOC_C_1 =
.proto.pb-c.c:
$(AM_V_PROTOC_C)$(PROTOC_C) -I$(top_srcdir) --c_out=$(top_builddir) $^
$(AM_V_GEN)$(SED) -e '1i#include "config.h"' -i $@
.pb-c.c.pb-c.h:
@/bin/true