Skip to content

Commit 6c7d50d

Browse files
release 0.0.5
1 parent 5ee6ce8 commit 6c7d50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-env/manylinux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ rm -rf build
6868

6969
# Create symbolic link for lib64 to lib if it doesn't exist
7070
echo "Checking for symbolic link from lib64 to lib..."
71-
if [ ! -L "lib64" ] && [ -d "lib" ]; then
71+
if [ ! -L "lib" ] && [ -d "lib64" ]; then
7272
echo "Creating symbolic link for lib64 to lib..."
7373
ln -s lib64 lib
7474
else

0 commit comments

Comments
 (0)