Skip to content

Commit

Permalink
strip
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Nov 15, 2024
1 parent 1e6a59e commit f650c8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions circle_scripts/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,7 @@ if [ "$full""x" == "1x" ]; then
ln -sf $(which ranlib) $_toolchain_/arm-linux-androideabi/bin/arm-linux-androideabi-ranlib
ln -sf $(which llvm-strip) $_toolchain_/arm-linux-androideabi/bin/arm-linux-androideabi-strip

type llvm-strip
exit 1
type -a llvm-strip

type -a ranlib
ls -al /usr/bin/ranlib /bin/ranlib
Expand Down

0 comments on commit f650c8e

Please sign in to comment.