mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
tcping: 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:
committed by
Thomas Petazzoni
parent
3533500075
commit
e1ff79a78c
@@ -10,7 +10,7 @@ TCPING_LICENSE = GPLv3+
|
||||
TCPING_LICENSE_FILES = LICENSE
|
||||
|
||||
define TCPING_BUILD_CMDS
|
||||
$(MAKE) CC="$(TARGET_CC)" CCFLAGS="$(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
|
||||
$(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC)" CCFLAGS="$(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
|
||||
-C $(@D) tcping.linux
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user