diff --git a/talk/app/webrtc/objc/README b/talk/app/webrtc/objc/README index abf6f65ebb..22789bb42c 100644 --- a/talk/app/webrtc/objc/README +++ b/talk/app/webrtc/objc/README @@ -13,7 +13,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/libjingle/trunk + cd /path/to/webrtc/trunk export GYP_DEFINES="build_with_libjingle=1 build_with_chromium=0 libjingle_objc=1" export GYP_GENERATORS="ninja" }