diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-01-23 15:13:34 +0100 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-26 14:44:21 -0300 |
commit | ac0b53aa96c1e69a4a23cceca7b967c4561ddec0 (patch) | |
tree | 04897b12ced9b073f227e458c5f324f7d8617193 /hints | |
parent | f4ca4add537bb3dc34ec152739952a1a86fd2229 (diff) | |
download | perl-ac0b53aa96c1e69a4a23cceca7b967c4561ddec0.tar.gz |
Android hints: load the linux hints to get those defaults
Diffstat (limited to 'hints')
-rw-r--r-- | hints/linux-android.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/linux-android.sh b/hints/linux-android.sh index eff44c454b..0f290591c4 100644 --- a/hints/linux-android.sh +++ b/hints/linux-android.sh @@ -277,3 +277,6 @@ $cat <<EOO >> $pwd/config.arch osname='android' EOO + +# Android is a linux variant, so run those hints. +. ./hints/linux.sh |