Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdae896d

Browse files
release version 0.0.5
1 parentbe124bd commitdae896d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎scripts/build-env/manylinux.sh‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ cmake --install .
6666
cd ..
6767
rm -rf build
6868

69-
# Create symbolic link forlib64 tolib if it doesn't exist
70-
if [-d"lib64" ]&& [!-L"lib" ];then
71-
echo"Creating symbolic link forlib64 tolib..."
69+
# Create symbolic link forlib tolib64 if it doesn't exist
70+
if [-d"lib" ]&& [!-L"lib64" ];then
71+
echo"Creating symbolic link forlib tolib64..."
7272
ln -s lib64 lib
7373
else
74-
echo"Symbolic link forlib64 tolib already exists orlib64 does not exist."
74+
echo"Symbolic link forlib tolib64 already exists orlib does not exist."
7575
fi
7676

7777
cd ../..

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp