From 86d7a198ec832b3f59bcb2baae18798b57bdee7e Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Thu, 1 Aug 2013 19:27:54 +0000 Subject: [PATCH] ObjC PeerConnection README: note workaround needed for crbug.com/248168 BUG=2106 TBR=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1940004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4467 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/app/webrtc/objc/README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/talk/app/webrtc/objc/README b/talk/app/webrtc/objc/README index 39b0931d97..abf6f65ebb 100644 --- a/talk/app/webrtc/objc/README +++ b/talk/app/webrtc/objc/README @@ -7,6 +7,8 @@ Prerequisites: .gclient file should contain a line like: target_os = ['ios', 'mac'] Make sure to re-run gclient sync after adding this to download the tools. + Note that until http://crbug.com/248168 is fixed one needs to do a gclient + sync with just 'mac' and then follow that with a sync with both. - Set up webrtc-related $GYP_DEFINES; example shell functions that set up for building for iOS-device, iOS-simulator, and Mac (resp) are: