Kaydet (Commit) 79b00c41 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Avoid pointless warning for Android

üst 003dbb74
...@@ -1352,6 +1352,9 @@ elsif ($platform =~ m/darwin/ && $platform !~ m/^arm/) ...@@ -1352,6 +1352,9 @@ elsif ($platform =~ m/darwin/ && $platform !~ m/^arm/)
elsif ($platform =~ m/^arm-apple/) elsif ($platform =~ m/^arm-apple/)
{ {
} }
elsif ($platform =~ m/linux-androideabi$/)
{
}
else else
{ AddWarning( "set_soenv", "$platform not configured for system dependant include dir" ); { AddWarning( "set_soenv", "$platform not configured for system dependant include dir" );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment