From 413016660ec4f11194e087f2f9530a391a44c35e Mon Sep 17 00:00:00 2001 From: EnricoSchw Date: Fri, 12 Jul 2024 16:54:04 +0200 Subject: [PATCH] fix: adjustments to make avs lib building on mac arm --- mk/contrib.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mk/contrib.mk b/mk/contrib.mk index 8d03485d6..9c07aa9d1 100644 --- a/mk/contrib.mk +++ b/mk/contrib.mk @@ -497,7 +497,9 @@ contrib_librew: $(CONTRIB_LIBREW_TARGET) #--- Protobuf --- -HOST_PROTOC := protoc-c +#HOST_PROTOC := protoc-c +# Protobuf cmd changed on mac arm +HOST_PROTOC := protoc CONTRIB_PROTOBUF_PATH := contrib/generic-message-proto