Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gluschenko committed Nov 7, 2024
1 parent be7e325 commit 698c032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ls -R .

cd ./target/release
ldd liblingua.so
cp liblingua.so ../../liblingua.so
cp liblingua.so ../../../liblingua.so

echo "Goodbye world";

0 comments on commit 698c032

Please sign in to comment.