aboutsummaryrefslogtreecommitdiff
path: root/core/busybox/build
diff options
context:
space:
mode:
Diffstat (limited to 'core/busybox/build')
-rwxr-xr-xcore/busybox/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/busybox/build b/core/busybox/build
index f8c919ec..a34e5e3c 100755
--- a/core/busybox/build
+++ b/core/busybox/build
@@ -11,7 +11,7 @@ for patch in *.patch; do
done
if [ "$CPT_CROSS_TRIPLET" ]; then
- mk() { make ARCH=${CPT_CROSS_TRIPLET%%-*} CROSS_COMPILE=$CPT_CROSS_TRIPLET- "$@" ;}
+ mk() { make "ARCH=${CPT_CROSS_TRIPLET%%-*}" "CROSS_COMPILE=$CPT_CROSS_TRIPLET-" "$@" ;}
else
mk() { make "$@" ;}
fi