From 825e9b0a9b638aff124c8f79e7ac081ecb0df2d1 Mon Sep 17 00:00:00 2001 From: "fischman@webrtc.org" Date: Wed, 7 Aug 2013 16:52:03 +0000 Subject: [PATCH] talk/objc/README: s/libjingle/webrtc/ in repository path. TBR=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1985004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4501 4adac7df-926f-26a2-2b94-8c16560cd09d --- talk/app/webrtc/objc/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }