diff options
author | onefang | 2021-09-02 14:01:52 +1000 |
---|---|---|
committer | onefang | 2021-09-02 14:01:52 +1000 |
commit | e07fcc09a0cdfe079190a248e5f4e1f2a347fafc (patch) | |
tree | c537e775037c1833e105494092f17ed3abb04f22 /src | |
parent | Don't free a LuaTree if it doesn't exist. (diff) | |
download | opensim-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-x | src/BuildIt.sh | 1 |
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 "" | |||
90 | if [ ! -d git-sub-modules/toybox ]; then | 90 | if [ ! -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 |
94 | else | 95 | else |
95 | pushd git-sub-modules/toybox >/dev/null | 96 | pushd git-sub-modules/toybox >/dev/null |