aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authoronefang2021-09-02 14:01:52 +1000
committeronefang2021-09-02 14:01:52 +1000
commite07fcc09a0cdfe079190a248e5f4e1f2a347fafc (patch)
treec537e775037c1833e105494092f17ed3abb04f22 /src
parentDon't free a LuaTree if it doesn't exist. (diff)
downloadopensim-SC-e07fcc09a0cdfe079190a248e5f4e1f2a347fafc.zip
opensim-SC-e07fcc09a0cdfe079190a248e5f4e1f2a347fafc.tar.gz
opensim-SC-e07fcc09a0cdfe079190a248e5f4e1f2a347fafc.tar.bz2
opensim-SC-e07fcc09a0cdfe079190a248e5f4e1f2a347fafc.tar.xz
Checkout toybox last known good commit.
There's probably a later one we can use, but this is what we tested with. No doubt it'll come good again later.
Diffstat (limited to '')
-rwxr-xr-xsrc/BuildIt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BuildIt.sh b/src/BuildIt.sh
index 5c4d5f9..502c846 100755
--- a/src/BuildIt.sh
+++ b/src/BuildIt.sh
@@ -90,6 +90,7 @@ echo ""
90if [ ! -d git-sub-modules/toybox ]; then 90if [ ! -d git-sub-modules/toybox ]; then
91 pushd git-sub-modules >/dev/null 91 pushd git-sub-modules >/dev/null
92 git clone https://github.com/landley/toybox.git 92 git clone https://github.com/landley/toybox.git
93 git checkout 5a6d1746baacb40e2a3f094af50dbe9871afa3cf
93 popd >/dev/null 94 popd >/dev/null
94else 95else
95 pushd git-sub-modules/toybox >/dev/null 96 pushd git-sub-modules/toybox >/dev/null