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
|
esac
|
||||||
done
|
done
|
||||||
PATH="$androidtoolchain:$PATH/5.0"
|
PATH="$androidtoolchain:$PATH/5"
|
||||||
else
|
else
|
||||||
PATH="$androidtoolchain:$PATH"
|
PATH="$androidtoolchain:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue