From 58d0444305dfa174d50fbd8df5bcd4d649d11cc2 Mon Sep 17 00:00:00 2001 From: Vladimir Orlov Date: Fri, 28 Feb 2014 11:46:37 +0400 Subject: [PATCH] IDEA-121383 Intellij EAP 1342 Does not start on Mac --- build/scripts/utils.gant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scripts/utils.gant b/build/scripts/utils.gant index b52405ee7357..806503896c71 100644 --- a/build/scripts/utils.gant +++ b/build/scripts/utils.gant @@ -353,7 +353,7 @@ binding.setVariable("layoutMacApp", { String path, String ch, Map args -> String archs = """ LSArchitecturePriority """ - (args.archs != null ? args.archs : ["64_x86", "i386"]).each { + (args.archs != null ? args.archs : ["x86_64", "i386"]).each { archs += "${it}" } archs +="\n"