]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - make.sh
strip: Do not try to strip QEMU
[people/mfischer/ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 1fb14c9eaa78343a8e66dac74d2edfd4000dc773..b6d8153d2923c79c89eca7db75ee9d20a37a5ae4 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -781,7 +781,7 @@ fake_environ() {
 }
 
 qemu_environ() {
-       local env
+       local env="QEMU_TARGET_HELPER=${QEMU_TARGET_HELPER}"
 
        # Don't add anything if qemu is not used.
        if ! qemu_is_required; then