[Libreoffice-commits] .: set_soenv.in
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Dec 7 23:46:46 PST 2011
set_soenv.in | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 79b00c41863bcb0d0cc1781d18e97d5871667fb0
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Mon Dec 5 12:31:09 2011 +0200
Avoid pointless warning for Android
diff --git a/set_soenv.in b/set_soenv.in
index b3ae895..8248af8 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" );
}
More information about the Libreoffice-commits
mailing list