summaryrefslogtreecommitdiff
path: root/build_single.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_single.sh')
-rwxr-xr-xbuild_single.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_single.sh b/build_single.sh
index a9431bd..a10c89a 100755
--- a/build_single.sh
+++ b/build_single.sh
@@ -57,6 +57,7 @@ WDIR=$PWD
pushd contrib/depends
env PATH="$PATH" make "$NPROC" HOST="$HOST_ABI"
popd
+# source contrib/depends/_native/_source_me
source contrib/depends/$HOST_ABI/_source_me
export PATH="$(PWD)/contrib/depends/$HOST_ABI/native/bin:$PATH"
exit 13