| Index: talk/app/webrtc/objc/README
|
| diff --git a/talk/app/webrtc/objc/README b/talk/app/webrtc/objc/README
|
| index c323e73ed1078dbc1ad3654ee1f133e66753f2a3..ce2bb8ee36d07cea6065eb78903c61741e88bf8a 100644
|
| --- a/talk/app/webrtc/objc/README
|
| +++ b/talk/app/webrtc/objc/README
|
| @@ -11,9 +11,7 @@ Prerequisites:
|
| - Set up webrtc-related $GYP_DEFINES; example shell functions that set
|
| up for building for iOS-device, iOS-simulator, and Mac (resp) are:
|
| function wrbase() {
|
| - cd /path/to/webrtc/trunk
|
| - export GYP_DEFINES="build_with_libjingle=1 build_with_chromium=0"
|
| - export GYP_GENERATORS="ninja"
|
| + cd /path/to/webrtc/src
|
| }
|
|
|
| function wrios() {
|
|
|