summaryrefslogtreecommitdiff
path: root/build_single.sh
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2026-03-10 14:52:23 +0100
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2026-03-10 14:52:23 +0100
commit45f373739e74cd561a5b55145e0dfbe0019af608 (patch)
tree14b4c064e1ae1087807ed8654348a1b033293f41 /build_single.sh
parentb6a26390556fe14c3fc9634b291baabeba7ed517 (diff)
fixes
Diffstat (limited to 'build_single.sh')
-rwxr-xr-xbuild_single.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_single.sh b/build_single.sh
index 760b4a5..ebc30e3 100755
--- a/build_single.sh
+++ b/build_single.sh
@@ -60,7 +60,7 @@ pushd contrib/depends
then
sbs_BOOST_VERSION=1_83_0
fi
- echo env PATH="$PATH" make "$NPROC" HOST="$HOST_ABI" BOOST_VERSION="${sbs_BOOST_VERSION}"
+ env PATH="$PATH" make "$NPROC" HOST="$HOST_ABI" BOOST_VERSION="${sbs_BOOST_VERSION}"
popd
# source contrib/depends/_native/_source_me
source contrib/depends/$HOST_ABI/_source_me