commit | 6f0d2bf49458fb1b0fdc44e775e81c903da65b29 | [log] [tgz] |
---|---|---|
author | Brian Osman <brianosman@google.com> | Thu Apr 07 09:34:31 2022 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Thu Apr 07 15:23:30 2022 +0000 |
tree | 82ac9703ef4c9ee57a08c9d326e0b7754036c54c | |
parent | ad324a31e6df626da4f566dff7529c9457679758 [diff] |
Set GN's script_executable to "python3" In some environments, GN would end up running scripts with python2. This change requires that python3 be in the path, but is the safest way to guarantee that all scripts are run correctly. Change-Id: Ifc2601ff9c9f3705ac7f1057a26a87a61211ff67 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/528337 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Brian Osman <brianosman@google.com>