From a708b6c36dd9e2617b2b9ecd5a792c4a1deec1e5 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Tue, 5 May 2020 22:15:34 +0400 Subject: [PATCH] Reorder --- third-party/webrtc/BUCK | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-party/webrtc/BUCK b/third-party/webrtc/BUCK index d036ca9f08..394ec53ae7 100644 --- a/third-party/webrtc/BUCK +++ b/third-party/webrtc/BUCK @@ -24,8 +24,8 @@ genrule( mkdir -p "$BUILD_DIR" mkdir -p "$BUILD_DIR/webrtc-ios" - cp -R "../../../../../third-party/webrtc/webrtc-ios/.git" "$BUILD_DIR/webrtc-ios/.git" cp -R "$SRCDIR/webrtc-ios/src" "$BUILD_DIR/webrtc-ios/src" + cp -R "../../../../../third-party/webrtc/webrtc-ios/.git" "$BUILD_DIR/webrtc-ios/.git" DEPOT_TOOLS_PATH="$(location //third-party:depot_tools_sources)"