skia2/.gn
Brian Osman 6f0d2bf494 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>
2022-04-07 15:23:30 +00:00

7 lines
113 B
Plaintext

buildconfig = "//gn/BUILDCONFIG.gn"
script_executable = "python3"
default_args = {
angle_standalone = false
}