mirror of
https://github.com/termux/termux-packages.git
synced 2025-02-07 20:10:04 +00:00
12 lines
278 B
Diff
12 lines
278 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -3185,7 +3185,7 @@
|
|
;;
|
|
esac
|
|
|
|
-case "$target" in
|
|
+case "" in
|
|
*-android*|*-linuxandroid*)
|
|
if test -z "$android_ndk" ; then
|
|
as_fn_error $? "You must specify --with-android-ndk=/path/to/ndk when targeting Android." "$LINENO" 5
|