From 82cc872509c77d0b6ac9d6565ddd76c81532a799 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 18 May 2019 22:04:35 -0400 Subject: build: Fix target type --- diff --git a/build b/build index 8ca1cd6..1e28179 100755 --- a/build +++ b/build @@ -289,7 +289,7 @@ install_$(target): install-$(type) configure build install: set -e; \ for tgt in $(targets); do \ - if [ x"$${target}" = x'$(OPK_HOST_ARCH)' ]; then \ + if [ x"$${tgt}" = x'$(OPK_HOST_ARCH)' ]; then \ type='native'; \ else \ type='cross'; \ -- cgit v0.9.1