Skip to content

Commit 2284a70

Browse files
committed
Adding an echo to debug the musl build
1 parent db3845a commit 2284a70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/replace-add-needed.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ cp libbar.so ${SCRATCH}/
1313
cd ${SCRATCH}
1414

1515
# This grep is necessary to catch either glibc or libc.so for musl
16+
echo $(ldd ./simple | awk '/ => / { print $3 }')
17+
1618
libcldd=$(ldd ./simple | awk '/ => / { print $3 }' | grep libc.so)
1719

1820
# We have to set the soname on these libraries

0 commit comments

Comments
 (0)