opentyrian: use $(TARGET_MAKE_ENV) when calling $(MAKE)
authorGustavo Zacarias <gustavo.zacarias@free-electrons.com>
Thu, 13 Oct 2016 22:13:30 +0000 (19:13 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 15 Oct 2016 12:17:09 +0000 (14:17 +0200)
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>
package/opentyrian/opentyrian.mk

index b74e4cf3f2e2241a3ab6af3e17cec5700ef98ba7..6efbe4eeb8c8d16488b0f146af8487b78bfa49bf 100644 (file)
@@ -20,7 +20,7 @@ OPENTYRIAN_NETWORK = false
 endif
 
 define OPENTYRIAN_BUILD_CMDS
-       $(MAKE) PLATFORM=UNIX \
+       $(TARGET_MAKE_ENV) $(MAKE) PLATFORM=UNIX \
                CC="$(TARGET_CC)" \
                STRIP="/bin/true" \
                SDL_CONFIG="$(STAGING_DIR)/usr/bin/sdl-config" \