We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8111a0 commit 4544b61Copy full SHA for 4544b61
cpython-unix/build-bzip2.sh
@@ -18,7 +18,7 @@ fi
18
# Copy compiler-rt builtins library for static aarch64-musl builds
19
if [ "${TARGET_TRIPLE}" = "aarch64-unknown-linux-musl" ] && [ "${CC}" = "musl-clang" ] && [ -n "${STATIC}" ]; then
20
# musl-clang eliminates default library search paths, so copy compiler-rt builtins to accessible location
21
- for lib in ${TOOLS_PATH}/${TOOLCHAIN}/lib/clang/*/lib/linux/libclang_rt.builtins-aarch64.a; do
+ for lib in ${TOOLS_PATH}/${TOOLCHAIN}/lib/clang/*/lib/aarch64-unknown-linux-gnu/libclang_rt.builtins.a; do
22
if [ -e "$lib" ]; then
23
filename=$(basename "$lib")
24
if [ -e "${TOOLS_PATH}/host/lib/${filename}" ]; then
0 commit comments