Skip to content

Commit d6e0e6e

Browse files
committed
Update finalize.sh
1 parent bcd7a18 commit d6e0e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build_scripts/finalize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ LC_ALL=C "${MY_DIR}/update-system-packages.sh"
105105
"${MY_DIR}/install-gcc-wrapper.sh"
106106

107107
# patch libstdc++.so (see https://github.com/pypa/manylinux/issues/1760)
108-
if [ "${AUDITWHEEL_POLICY}" == "manylinux_2_28" ]; then
108+
if [ "${AUDITWHEEL_POLICY}" == "manylinux_2_28" ] || [ "${AUDITWHEEL_POLICY}" == "manylinux_2_34" ]; then
109109
find "${DEVTOOLSET_ROOTPATH}" -name 'libstdc++.so' -exec sed -i 's/INPUT\s*(\s*\([^ ]\+\)\s*\([^ ]\+\)\s*)/INPUT ( \1 \2 \1 )/g' {} \;
110110
fi

0 commit comments

Comments
 (0)