aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--armnn-ci-build/builders-32bit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/armnn-ci-build/builders-32bit.sh b/armnn-ci-build/builders-32bit.sh
index 0ee3a9a862..83e274d883 100644
--- a/armnn-ci-build/builders-32bit.sh
+++ b/armnn-ci-build/builders-32bit.sh
@@ -47,9 +47,9 @@ scons extra_cxx_flags="-fPIC" Werror=0 debug=0 asserts=0 neon=1 opencl=0 os=linu
cd ${WORKSPACE}/boost_1_64_0
+./bootstrap.sh
rm project-config.jam || true
wget --no-check-certificate http://people.linaro.org/~theodore.grey/project-config.jam
-./bootstrap.sh
./b2 \
--build-dir=${WORKSPACE}/boost_1_64_0/build toolset=gcc link=static cxxflags=-fPIC \
--with-filesystem \