Skip to content

Commit

Permalink
Update run-build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gluschenko committed Jun 29, 2024
1 parent 95669f1 commit bcfa3e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ cd ..

echo $(pwd)
ls -R build
cd ..

find build -name "fasttext" -exec cp {} fasttext \;
find "$workspace/build" -name "fasttext" -exec cp {} fasttext \;
mv fasttext libfasttext.so
rm -rf "$workspace"
ldd libfasttext.so
Expand Down

0 comments on commit bcfa3e7

Please sign in to comment.