Index: talk/libjingle_tests.gyp |
diff --git a/talk/libjingle_tests.gyp b/talk/libjingle_tests.gyp |
index be64c5ece8528fd933868efc3d9f926c9c462933..511f7d5ffc6cc3bac5fa5abe3bb476db9ca7b684 100755 |
--- a/talk/libjingle_tests.gyp |
+++ b/talk/libjingle_tests.gyp |
@@ -332,7 +332,7 @@ |
}, |
], # targets |
}], # OS=="android" |
- ['OS=="ios" or (OS=="mac" and target_arch!="ia32" and mac_sdk>="10.7")', { |
+ ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { |
# The >=10.7 above is required to make ARC link cleanly (e.g. as |
# opposed to _compile_ cleanly, which the library under test |
# does just fine on 10.6 too). |