mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
toolchain-external: fix bin path for known toolchains
This commit is contained in:
parent
f95cc3c86f
commit
4af1c690d3
@ -71,6 +71,11 @@ else
|
||||
TOOLCHAIN_EXTERNAL_INSTALL_DIR = $(call qstrip,$(BR2_TOOLCHAIN_EXTERNAL_PATH))
|
||||
endif
|
||||
|
||||
# if binary path unset (non-custom external toolchains), use "bin"
|
||||
ifeq ($(BR2_TOOLCHAIN_EXTERNAL_BIN_PATH),)
|
||||
BR2_TOOLCHAIN_EXTERNAL_BIN_PATH = bin
|
||||
endif
|
||||
|
||||
ifeq ($(TOOLCHAIN_EXTERNAL_INSTALL_DIR),)
|
||||
ifneq ($(TOOLCHAIN_EXTERNAL_PREFIX),)
|
||||
# if no path set, figure it out from path
|
||||
|
Loading…
x
Reference in New Issue
Block a user