mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
12 lines
317 B
Diff
12 lines
317 B
Diff
--- a/engine/src/.gn
|
|
+++ b/engine/src/.gn
|
|
@@ -3,7 +3,7 @@
|
|
|
|
# Use vpython3 from depot_tools for exec_script() calls.
|
|
# See `gn help dotfile` for details.
|
|
-script_executable = "vpython3"
|
|
+script_executable = "python3"
|
|
|
|
# The location of the build configuration file.
|
|
buildconfig = "//build/config/BUILDCONFIG.gn"
|