diff options
author | onefang | 2021-09-02 22:29:09 +1000 |
---|---|---|
committer | onefang | 2021-09-02 22:29:09 +1000 |
commit | 69d17b47619f7b9b06fe20c9528720485f4e652b (patch) | |
tree | 6032a5f98b1e865fda15576010f83fd6718b2cfc | |
parent | Move the sledjchisl BUILD code to just after the directory building. (diff) | |
download | opensim-SC-69d17b47619f7b9b06fe20c9528720485f4e652b.zip opensim-SC-69d17b47619f7b9b06fe20c9528720485f4e652b.tar.gz opensim-SC-69d17b47619f7b9b06fe20c9528720485f4e652b.tar.bz2 opensim-SC-69d17b47619f7b9b06fe20c9528720485f4e652b.tar.xz |
Checkout last known working toybox commit.
-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 81ad06e..65942e9 100755 --- a/src/BuildIt.sh +++ b/src/BuildIt.sh | |||
@@ -88,6 +88,7 @@ echo "" | |||
88 | if [ ! -d git-sub-modules/toybox ]; then | 88 | if [ ! -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 |
92 | else | 93 | else |
93 | pushd git-sub-modules/toybox >/dev/null | 94 | pushd git-sub-modules/toybox >/dev/null |