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

Commit 6af6034

Browse files
Use the latest OSX SDK when compiling reviphone
Because not doing so breaks it in 64-bit mode under Xcode7.x.
1 parent 9b55f8d commit 6af6034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

revmobile/revmobile.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
{
127127
'INFOPLIST_FILE': 'reviphone-Info.plist',
128128
'CLANG_LINK_OBJC_RUNTIME': 'YES',
129+
'SDKROOT': 'macosx',
129130
},
130131
},
131132

0 commit comments

Comments
 (0)