aboutsummaryrefslogtreecommitdiff
path: root/.gn
diff options
context:
space:
mode:
authorBrian Osman <brianosman@google.com>2022-04-07 09:34:31 -0400
committerSkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com>2022-04-07 20:11:27 +0000
commit1843bee81def4dcd694fb49eba732bd00f431959 (patch)
treeda273077396aedd2a4f4844f6efe05d71533a898 /.gn
parentd3d0ee3dc2e8bb0326d12ccd0051c0abac67d267 (diff)
downloadskia-1843bee81def4dcd694fb49eba732bd00f431959.tar.gz
Reland "Set GN's script_executable to "python3""
This is a reland of commit 6f0d2bf49458fb1b0fdc44e775e81c903da65b29 Includes a fix for iOS codesigning script to be python3 compatible. Original change's description: > 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> Change-Id: I785909f3c7d51d6fd1c90114d01f114be76981f2 Cq-Include-Trybots: luci.skia.skia.primary:Build-Mac-Clang-arm64-Debug-iOS Reviewed-on: https://skia-review.googlesource.com/c/skia/+/528441 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to '.gn')
-rw-r--r--.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gn b/.gn
index 29e83234de..85002a9c55 100644
--- a/.gn
+++ b/.gn
@@ -1,4 +1,5 @@
buildconfig = "//gn/BUILDCONFIG.gn"
+script_executable = "python3"
default_args = {
angle_standalone = false