Skip to content

Commit

Permalink
Use vpython3 from depot_tools in .gn (#590)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Wallen <[email protected]>
  • Loading branch information
a-wallen and Alex Wallen authored Jul 25, 2022
1 parent 7ca6e45 commit 8769220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gn
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This file is used by the experimental meta-buildsystem in src/tools/gn to
# find the root of the source tree and to set startup options.

# Use Python 3 for exec_script() calls.
# Use vpython3 from depot_tools for exec_script() calls.
# See `gn help dotfile` for details.
script_executable = "python3"
script_executable = "vpython3"

# The location of the build configuration file.
buildconfig = "//build/config/BUILDCONFIG.gn"
Expand Down

0 comments on commit 8769220

Please sign in to comment.