mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
- Propagate HOST_SED_DIR to the dependencies script so that it may use the
local sed build as well (Heikki Lindholm).
This commit is contained in:
parent
4582047ec7
commit
78e6cbb4ee
@ -6,7 +6,9 @@
|
|||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
dependencies: host-sed
|
dependencies: host-sed
|
||||||
@HOSTCC="$(firstword $(HOSTCC))" MAKE="$(MAKE)" $(TOPDIR)/toolchain/dependencies/dependencies.sh
|
@HOSTCC="$(firstword $(HOSTCC))" MAKE="$(MAKE)" \
|
||||||
|
HOST_SED_DIR="$(HOST_SED_DIR)" \
|
||||||
|
$(TOPDIR)/toolchain/dependencies/dependencies.sh
|
||||||
|
|
||||||
dependencies-source:
|
dependencies-source:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user