solenv/bin/modules/installer/parameter.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 21e12229257ecf0aa191e0fdd2ce28dfe1fc06f3
Author: Herbert Dürr <h...@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;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to