projects
/
idea
/
community.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22985e2
)
IDEA-121383 Intellij EAP 1342 Does not start on Mac
author
Vladimir Orlov
<vladimir.orlov@jetbrains.com>
Fri, 28 Feb 2014 07:46:37 +0000
(11:46 +0400)
committer
Vladimir Orlov
<vladimir.orlov@jetbrains.com>
Fri, 28 Feb 2014 07:46:37 +0000
(11:46 +0400)
build/scripts/utils.gant
patch
|
blob
|
history
diff --git
a/build/scripts/utils.gant
b/build/scripts/utils.gant
index b52405ee7357cbc745109dd8519a24993f104786..806503896c71f38bf4e8ed59a620d4f3dcdfbdeb 100644
(file)
--- 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 = """
<key>LSArchitecturePriority</key>
<array>"""
- (args.archs != null ? args.archs : ["
64_x86
", "i386"]).each {
+ (args.archs != null ? args.archs : ["
x86_64
", "i386"]).each {
archs += "<string>${it}</string>"
}
archs +="</array>\n"