Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 1b6bebd

Browse files
Link in the Objective-C runtime when building reviphone
1 parent 3015e52 commit 1b6bebd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

revmobile/revmobile.gyp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@
125125
'xcode_settings':
126126
{
127127
'INFOPLIST_FILE': 'reviphone-Info.plist',
128+
'CLANG_LINK_OBJC_RUNTIME': 'YES',
128129
},
129130
},
130131

@@ -157,6 +158,11 @@
157158
[
158159
'$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
159160
],
161+
162+
'xcode_settings':
163+
{
164+
'CLANG_LINK_OBJC_RUNTIME': 'YES',
165+
},
160166
},
161167
],
162168
}

0 commit comments

Comments
 (0)