Skip to content

Commit

Permalink
add ref
Browse files Browse the repository at this point in the history
Co-authored-by: drewgilliam <[email protected]>
  • Loading branch information
jaimergp and drewgilliam committed Sep 11, 2024
1 parent 192edd7 commit 511b835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions constructor/header.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ min_glibc_version="__MIN_GLIBC_VERSION__"
case "$(ldd --version 2>&1)" in
*musl*)
# musl ldd will report musl version; call libc.so directly
# see https://github.com/conda/constructor/issues/850#issuecomment-2343756454
libc_so="$(find /lib /usr/local/lib /usr/lib -name 'libc.so.*' -print -quit 2>/dev/null)"
if [ -z "${libc_so}" ]; then
libc_so="$(strings /etc/ld.so.cache | grep '^/.*/libc\.so.*' | head -1)"
Expand Down

0 comments on commit 511b835

Please sign in to comment.