summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-12-05 12:31:09 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-12-08 09:46:22 +0200
commit79b00c41863bcb0d0cc1781d18e97d5871667fb0 (patch)
tree59b453037e7c2f06afe55985dde3d258cc54f496 /set_soenv.in
parent003dbb74921f09c29528357340ac8f26f1de2513 (diff)
Avoid pointless warning for Android
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in
index b3ae89563cf2..8248af8ec6a5 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1352,6 +1352,9 @@ elsif ($platform =~ m/darwin/ && $platform !~ m/^arm/)
elsif ($platform =~ m/^arm-apple/)
{
}
+elsif ($platform =~ m/linux-androideabi$/)
+{
+}
else
{ AddWarning( "set_soenv", "$platform not configured for system dependant include dir" );
}