Skip to content

Commit

Permalink
Revert "Set minimum SDK level to 10.7 for Mac and iOS" (r7175)
Browse files Browse the repository at this point in the history
Reverting this since it didn't fix the build failures.
We ended up passing mac_sdk=10.9 in GYP_DEFINES on the bots
to to make the build pass again
(https://codereview.chromium.org/573673002).

BUG=3120
R=mcasas@webrtc.org, tommi@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/24669004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7275 4adac7df-926f-26a2-2b94-8c16560cd09d
  • Loading branch information
kjellander@webrtc.org committed Sep 23, 2014
1 parent faf2410 commit e34a2e7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions webrtc/build/common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@
'include_tests%': 1,
'restrict_webrtc_logging%': 0,
}],
['OS=="mac" or OS=="ios"', {
# Set the minimum SDK level to 10.7 since we need AVFoundation.
# See ../build/common.gypi for more info about this variable.
'mac_sdk_min%': '10.7',
}],
['OS=="ios"', {
'build_libjpeg%': 0,
'enable_protobuf%': 0,
Expand Down

0 comments on commit e34a2e7

Please sign in to comment.