Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Nov 15, 2024
1 parent 89bec13 commit f6a8c9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle_scripts/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ if [ "$full""x" == "1x" ]; then
ln -sf $(which ar) $_toolchain_/arm-linux-androideabi/bin/arm-linux-androideabi-ar
ln -sf $(wich ranlib) $_toolchain_/arm-linux-androideabi/bin/arm-linux-androideabi-ranlib

type -a ranlib
type -a arm-linux-androideabi-ranlib
exit 1

if [ "$build_yasm""x" == "1x" ]; then
# --- YASM ---
cd $_s_
Expand Down

0 comments on commit f6a8c9b

Please sign in to comment.