1# The location of the build configuration file.
2buildconfig = "//build/BUILDCONFIG.gn"
3
4# The build script are using `python3` which is the only version of
5# python installed by default on macOS Monterey and above.
6script_executable = "python3"
7