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 Nov 9, 2024
1 parent fc6e296 commit 00ea297
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bazel-6.1.1 build -c opt \

cd ..

find "$workspace/bazel-bin/mediapipe/tasks/c/text/language_detector" -name "liblanguage_detector.so" -exec cp {} liblanguage_detector.so \;
cp $workspace/bazel-bin/mediapipe/tasks/c/text/language_detector/liblanguage_detector.so liblanguage_detector.so
rm -rf "$workspace"
ldd liblanguage_detector.so

Expand Down

0 comments on commit 00ea297

Please sign in to comment.