diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-01-12 23:56:47 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-26 14:44:21 -0300 |
commit | 78ada5381a9494dcb6c46aa2c886210ef32ae3eb (patch) | |
tree | 0cecf68f9a2e992668a2797bb61e9f4fc5423cda /Configure | |
parent | 055e6a969bbb939b87a0a8ed463695296e943b71 (diff) | |
download | perl-78ada5381a9494dcb6c46aa2c886210ef32ae3eb.tar.gz |
Configure, Android hints: Changes to allow native builds
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3391,6 +3391,7 @@ EOM case "$3" in *) osvers="$3" ;; esac + $test -f /system/lib/libandroid.so && osname=linux-android ;; MiNT) osname=mint ;; |