[Libreoffice-commits] core.git: Branch 'aoo/trunk' - solenv/bin
Herbert Dürr
hdu at apache.org
Mon Jan 27 06:08:14 PST 2014
solenv/bin/modules/installer/parameter.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 21e12229257ecf0aa191e0fdd2ce28dfe1fc06f3
Author: Herbert Dürr <hdu at apache.org>
Date: Mon Jan 27 13:07:58 2014 +0000
#i122301# enable ismacbuild flag for all mac builds
diff --git a/solenv/bin/modules/installer/parameter.pm b/solenv/bin/modules/installer/parameter.pm
index 478362e..62e0bee 100644
--- a/solenv/bin/modules/installer/parameter.pm
+++ b/solenv/bin/modules/installer/parameter.pm
@@ -285,7 +285,7 @@ sub setglobalvariables
}
}
- if (( $installer::globals::compiler =~ /unxmacxi/ ) || ( $installer::globals::compiler =~ /unxmacxp/ ))
+ if( $installer::globals::compiler =~ /unxmac/ )
{
$installer::globals::ismacbuild = 1;
More information about the Libreoffice-commits
mailing list