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