Allow using __weak keyword

This commit is contained in:
Cheng Zhao 2016-05-13 13:41:40 +09:00
parent 29b799de73
commit 10f144069d
2 changed files with 5 additions and 1 deletions

View file

@ -298,6 +298,10 @@
'$(SDKROOT)/System/Library/Frameworks/QTKit.framework',
],
},
'xcode_settings': {
# ReactiveCocoa which is used by Squirrel requires using __weak.
'CLANG_ENABLE_OBJC_WEAK': 'YES',
},
}], # OS=="mac" and mas_build==0
['OS=="mac" and mas_build==1', {
'defines': [