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

Commit b51f81e

Browse files
[[ Xcode 7 ]] reviphoneproxy won't compile using Xcode 7 with MacOSX 10.8 or 10.9 SDK, but 10.10 or 10.11 work.
We take the latest SDK installed, to let people running Mavericks able to compile.
1 parent 9f140d8 commit b51f81e

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
@@ -142,6 +142,7 @@
142142
'xcode_settings':
143143
{
144144
'ARCHS': 'x86_64',
145+
'SDKROOT': 'macosx',
145146
},
146147
},
147148
],

0 commit comments

Comments
 (0)