Skip to content

Commit 7e984c9

Browse files
committed
musl-toolchain: fix global lib paths (dont create /lib/libc.so)
1 parent 19b4bc6 commit 7e984c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ci/docker/scripts/musl-toolchain.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ cd ..
4545

4646
# Make musl binaries executable
4747

48-
ln -s $OUTPUT/$TARGET/lib/ld-musl-$ARCH.so.1 /lib
49-
ln -s $OUTPUT/$TARGET/lib/libc.so /lib
48+
ln -s $OUTPUT/$TARGET/lib/libc.so /lib/ld-musl-$ARCH.so.1
5049
echo $OUTPUT/$TARGET/lib >> /etc/ld-musl-$ARCH.path
5150

5251

0 commit comments

Comments
 (0)