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

Commit b64d779

Browse files
Prevent a spurious warning from Xcode when building revandroid
This warning causes the revandroid external to always require rebuilding.
1 parent 321f216 commit b64d779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

revmobile/revmobile.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'conditions':
3232
[
3333
[
34-
'OS == "linux" or OS =="mac"',
34+
'OS == "linux"',
3535
{
3636
'libraries':
3737
[

0 commit comments

Comments
 (0)