summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ob-buildenv.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ob-buildenv.sh b/src/ob-buildenv.sh
index 13cc20c..9aa8fe8 100644
--- a/src/ob-buildenv.sh
+++ b/src/ob-buildenv.sh
@@ -84,6 +84,7 @@ setup_toolchain()
SIZE='${tool_prefix}size'
STRINGS='${tool_prefix}strings'
STRIP='${tool_prefix}strip'
+ OPK_TOOL_PREFIX='${tool_prefix}'
EOF
}