fix path
This commit is contained in:
parent
c5775455e7
commit
9b5ef546b9
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ if [ "$androidversion" = 5 ]; then
|
|||
;;
|
||||
esac
|
||||
done
|
||||
PATH="$androidtoolchain:$PATH/5.0"
|
||||
PATH="$androidtoolchain:$PATH/5"
|
||||
else
|
||||
PATH="$androidtoolchain:$PATH"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue