musl-toolchain: fix global lib paths (dont create /lib/libc.so)

This commit is contained in:
Jonathan Sieber 2018-11-27 20:56:34 +01:00 committed by Mateusz Mikuła
parent 8e2aa524ed
commit 3f107fd43a

View file

@ -45,8 +45,7 @@ cd ..
# Make musl binaries executable # Make musl binaries executable
ln -s $OUTPUT/$TARGET/lib/ld-musl-$ARCH.so.1 /lib ln -s $OUTPUT/$TARGET/lib/libc.so /lib/ld-musl-$ARCH.so.1
ln -s $OUTPUT/$TARGET/lib/libc.so /lib
echo $OUTPUT/$TARGET/lib >> /etc/ld-musl-$ARCH.path echo $OUTPUT/$TARGET/lib >> /etc/ld-musl-$ARCH.path