rust: dummy change to restart build

Previous build failed due to dependencies libllvm and ca-certificates.
This commit is contained in:
Henrik Grimler 2021-10-26 17:51:13 +02:00
parent 44eb5cca4c
commit 0ce2fda711
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ termux_step_configure() {
# rust checks libs in PREFIX/lib. It then can't find libc.so and libdl.so because rust program doesn't
# know where those are. Putting them temporarly in $PREFIX/lib prevents that failure
mv $TERMUX_PREFIX/lib/libtinfo.so.6 $TERMUX_PREFIX/lib/libtinfo.so.6.tmp
mv $TERMUX_PREFIX/lib/libz.so.1 $TERMUX_PREFIX/lib/libz.so.1.tmp
mv $TERMUX_PREFIX/lib/libz.so $TERMUX_PREFIX/lib/libz.so.tmp