Index: build/common.gypi |
=================================================================== |
--- build/common.gypi (revision 12091) |
+++ build/common.gypi (working copy) |
@@ -89,6 +89,7 @@ |
'conditions': [ |
['OS=="mac"', { |
'target_defaults': { |
+ 'mac_bundle': 0, |
'xcode_settings': { |
'ALWAYS_SEARCH_USER_PATHS': 'NO', |
'GCC_C_LANGUAGE_STANDARD': 'c99', |
@@ -117,10 +118,10 @@ |
['_type!="static_library"', { |
'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-search_paths_first']}, |
}], |
- ['_type=="application"', { |
+ ['_type=="executable" and _mac_bundle==1', { |
Mark Mentovai
2009/03/19 17:04:53
Let's just do _mac_bundle without the ==1, since i
|
'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
}], |
- ['_type=="application" or _type=="executable"', { |
+ ['_type=="executable"', { |
'postbuilds': [ |
{ |
'variables': { |