diff options
Diffstat (limited to 'examples/android-build')
-rwxr-xr-x | examples/android-build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/android-build b/examples/android-build index 89f3b637a..123ba966e 100755 --- a/examples/android-build +++ b/examples/android-build @@ -29,4 +29,6 @@ else LDLIBS="dl m c gcc" fi +# It's possible with newer version +# you need to use CFLAGS_busybox instead of EXTRA_LDFLAGS below: make EXTRA_LDFLAGS="$LDFLAGS" LDLIBS="$LDLIBS" "$@" |