From eba45a9c17dabadb8fb2cdf0db731602370cb824 Mon Sep 17 00:00:00 2001 From: Christoffer Jansson Date: Thu, 24 Feb 2022 15:57:19 +0100 Subject: [PATCH] Update gclient instructions + environment Bug: libyuv:917 Change-Id: I0c9930570bba8a1c43f8477e29b839cfa82051a8 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3488008 Reviewed-by: Mirko Bonadei Commit-Queue: Christoffer Jansson --- docs/getting_started.md | 8 ++++---- download_vs_toolchain.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index 15b19ab21..ffe0369e7 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -27,12 +27,12 @@ Then you'll get a .gclient file like: }, ]; -For iOS add `;target_os=['ios'];` to your OSX .gclient and run `gclient sync.` +For iOS add `target_os=['ios'];` to your OSX .gclient and run `gclient sync.` -Browse the Git reprository: https://chromium.googlesource.com/libyuv/libyuv/+/master +Browse the Git reprository: https://chromium.googlesource.com/libyuv/libyuv/+/main ### Android -For Android add `;target_os=['android'];` to your Linux .gclient +For Android add `target_os=['android'];` to your Linux .gclient solutions = [ { "name" : "src", @@ -43,7 +43,7 @@ For Android add `;target_os=['android'];` to your Linux .gclient }, "safesync_url": "", }, - ]; + ] target_os = ["android", "linux"]; Then run: diff --git a/download_vs_toolchain.py b/download_vs_toolchain.py index 49d069305..6bc086d68 100644 --- a/download_vs_toolchain.py +++ b/download_vs_toolchain.py @@ -1,5 +1,5 @@ -#!/usr/bin/env python -# +#!/usr/bin/env vpython3 + # Copyright 2014 The LibYuv Project Authors. All rights reserved. # # Use of this source code is governed by a BSD-style license