contrib: add the contrib native tools libexec to the PATH

Some native tools we build may be usable by other targets.
This commit is contained in:
Steve Lhomme 2024-04-17 10:01:32 +02:00 committed by Jean-Baptiste Kempf
parent c0470455a9
commit 6563bc3835
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ BUILDPREFIX := $(abspath $(BUILDPREFIX))
BUILDBINDIR ?= $(BUILDPREFIX)/bin
SYSTEM_PATH := $(abspath $(VLC_TOOLS)/bin):$(PATH)
PATH :=$(abspath $(BUILDBINDIR)):$(SYSTEM_PATH)
PATH :=$(abspath $(BUILDBINDIR)):$(abspath $(BUILDBINDIR)/../libexec):$(SYSTEM_PATH)
export PATH
ifneq ($(HOST),$(BUILD))