[Libreoffice-commits] .: set_soenv.in
Tor Lillqvist
tml at kemper.freedesktop.org
Sun May 15 14:52:36 PDT 2011
set_soenv.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 196805d5f7c7fa84697e10848b79107ff1550fa5
Author: Tor Lillqvist <tml at iki.fi>
Date: Mon May 16 00:51:42 2011 +0300
Set GUIBASE for Android
diff --git a/set_soenv.in b/set_soenv.in
index 534f0dd..069aa5f 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -585,8 +585,8 @@ elsif ( $platform =~ m/linux/ )
}
elsif ($platform =~ m/^arm.*-androideabi/)
{ print "Setting Android ARM specific values... ";
+ $GUIBASE = "android";
$OS = "ANDROID";
-
$outfile = "AndroidARMEnv.Set.sh";
$CPU = "R";
$CPUNAME = "ARM";
More information about the Libreoffice-commits
mailing list