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 5ee6ce8 commit 6c7d50dCopy full SHA for 6c7d50d
scripts/build-env/manylinux.sh
@@ -68,7 +68,7 @@ rm -rf build
68
69
# Create symbolic link for lib64 to lib if it doesn't exist
70
echo "Checking for symbolic link from lib64 to lib..."
71
-if [ ! -L "lib64" ] && [ -d "lib" ]; then
+if [ ! -L "lib" ] && [ -d "lib64" ]; then
72
echo "Creating symbolic link for lib64 to lib..."
73
ln -s lib64 lib
74
else
0 commit comments