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 bcd7a18 commit d6e0e6eCopy full SHA for d6e0e6e
docker/build_scripts/finalize.sh
@@ -105,6 +105,6 @@ LC_ALL=C "${MY_DIR}/update-system-packages.sh"
105
"${MY_DIR}/install-gcc-wrapper.sh"
106
107
# patch libstdc++.so (see https://github.com/pypa/manylinux/issues/1760)
108
-if [ "${AUDITWHEEL_POLICY}" == "manylinux_2_28" ]; then
+if [ "${AUDITWHEEL_POLICY}" == "manylinux_2_28" ] || [ "${AUDITWHEEL_POLICY}" == "manylinux_2_34" ]; then
109
find "${DEVTOOLSET_ROOTPATH}" -name 'libstdc++.so' -exec sed -i 's/INPUT\s*(\s*\([^ ]\+\)\s*\([^ ]\+\)\s*)/INPUT ( \1 \2 \1 )/g' {} \;
110
fi
0 commit comments