mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
mtdev2tuio: use $(TARGET_MAKE_ENV) when calling $(MAKE)
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d796044eb1
commit
a7ffe7e681
@ -13,7 +13,7 @@ MTDEV2TUIO_LICENSE_FILES = COPYING
|
|||||||
# mtdev2tuio Makefile misuses $(LD) as gcc, so we need to override LD
|
# mtdev2tuio Makefile misuses $(LD) as gcc, so we need to override LD
|
||||||
# here. Liblo uses log(3), so we need to link with -lm
|
# here. Liblo uses log(3), so we need to link with -lm
|
||||||
define MTDEV2TUIO_BUILD_CMDS
|
define MTDEV2TUIO_BUILD_CMDS
|
||||||
$(MAKE) \
|
$(TARGET_MAKE_ENV) $(MAKE) \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
LD="$(TARGET_CC)" \
|
LD="$(TARGET_CC)" \
|
||||||
LIBS="-lmtdev -llo -lm" \
|
LIBS="-lmtdev -llo -lm" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user