contrib: protobuf: don't check for host-protoc

It only existed in the VLC repository but we don't build it anymore.
This commit is contained in:
Steve Lhomme 2024-04-15 10:23:12 +02:00
parent 38c15b26f8
commit fe873a47bd
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@ endif
endif
PKGS.tools.protoc.path = $(BUILDBINDIR)/$(HOST)-protoc
ifeq ($(shell $(HOST)-protoc --version 2>/dev/null | head -1 | sed s/'.* '// | cut -d '.' -f -2),$(PROTOBUF_MAJVERSION))
PKGS_FOUND += protoc
endif
ifeq ($(shell protoc --version 2>/dev/null | head -1 | sed s/'.* '// | cut -d '.' -f -2),$(PROTOBUF_MAJVERSION))
PKGS_FOUND += protoc
endif