Skip to content

Commit 148172a

Browse files
committed
edit .so number file name
1 parent 9cf6af2 commit 148172a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme-hipo-deps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ make install
8080

8181
Check if the shared library with no numbers in the file name is in `${{runner.workspace}}/installs/lib/`. If not, make a link to it with
8282
```
83-
ln ${{runner.workspace}}/installs/lib/libGKlib.0.so ${{runner.workspace}}/installs/lib/libGKlib.so
83+
ln ${{runner.workspace}}/installs/lib/libGKlib.so.0 ${{runner.workspace}}/installs/lib/libGKlib.so
8484
```
8585

8686
5. Install METIS shared

0 commit comments

Comments
 (0)