Docs: precise why we checkout into a specific commit

This commit is contained in:
Mathias-Boulay 2024-04-15 21:18:32 +02:00
parent 4e81482766
commit 2b3eda724c

View File

@ -7,6 +7,7 @@ if [[ "$BUILD_IOS" != "1" ]]; then
unset AR AS CC CXX LD OBJCOPY RANLIB STRIP CPPFLAGS LDFLAGS
git clone https://github.com/termux/termux-elf-cleaner || true
cd termux-elf-cleaner
# This is the last commit that uses autoconf, newer builds are using cmake
git checkout eab198c72a020e883b79f99b70a5aa0243dbf0a8
autoreconf --install
bash configure