aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/BuildIt.sh
diff options
context:
space:
mode:
authoronefang2021-09-02 22:29:09 +1000
committeronefang2021-09-02 22:29:09 +1000
commit69d17b47619f7b9b06fe20c9528720485f4e652b (patch)
tree6032a5f98b1e865fda15576010f83fd6718b2cfc /src/BuildIt.sh
parentMove the sledjchisl BUILD code to just after the directory building. (diff)
downloadopensim-SC-69d17b47619f7b9b06fe20c9528720485f4e652b.zip
opensim-SC-69d17b47619f7b9b06fe20c9528720485f4e652b.tar.gz
opensim-SC-69d17b47619f7b9b06fe20c9528720485f4e652b.tar.bz2
opensim-SC-69d17b47619f7b9b06fe20c9528720485f4e652b.tar.xz
Checkout last known working toybox commit.
Diffstat (limited to 'src/BuildIt.sh')
-rwxr-xr-xsrc/BuildIt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BuildIt.sh b/src/BuildIt.sh
index 81ad06e..65942e9 100755
--- a/src/BuildIt.sh
+++ b/src/BuildIt.sh
@@ -88,6 +88,7 @@ echo ""
88if [ ! -d git-sub-modules/toybox ]; then 88if [ ! -d git-sub-modules/toybox ]; then
89 pushd git-sub-modules >/dev/null 89 pushd git-sub-modules >/dev/null
90 git clone https://github.com/landley/toybox.git 90 git clone https://github.com/landley/toybox.git
91 git checkout 5a6d1746baacb40e2a3f094af50dbe9871afa3cf
91 popd >/dev/null 92 popd >/dev/null
92else 93else
93 pushd git-sub-modules/toybox >/dev/null 94 pushd git-sub-modules/toybox >/dev/null