typo
This commit is contained in:
parent
b20d8b5471
commit
f6fa2e6296
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if [ "$androidversion" = 5 ]; then
|
||||||
for f in $(find "$androidtoolchain" -maxdepth 1 -not -type d -printf '%f\n'); do
|
for f in $(find "$androidtoolchain" -maxdepth 1 -not -type d -printf '%f\n'); do
|
||||||
src="$androidtoolchain/$f"
|
src="$androidtoolchain/$f"
|
||||||
dest="$androidtoolchain/5.0/$f"
|
dest="$androidtoolchain/5.0/$f"
|
||||||
case "$f" of
|
case "$f" in
|
||||||
*-ld*)
|
*-ld*)
|
||||||
wrap "$src" "$dest" "-pie"
|
wrap "$src" "$dest" "-pie"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue