From 6d4945986a059ff6e87a997fb7357039bbee8935 Mon Sep 17 00:00:00 2001 From: Ronny Date: Thu, 16 Feb 2017 15:32:47 +0100 Subject: [PATCH] Update build script path (#1768) path changed in the webrtc repository // FREEBIE --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 3f77b20aa..7163a66df 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -72,7 +72,7 @@ https://webrtc.org/native-code/ios/ gclient sync # 3. Build webrtc cd src - webrtc/build/ios/build_ios_libs.sh + tools-webrtc/ios/build_ios_libs.sh # 4. Move the WebRTC.framework into Signal-iOS's Carthage directory mv out_ios_libs/WebRTC.framework /Carthage/Build/iOS/