1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
aports/testing/flutter/no-vpython.patch
2025-06-12 10:48:23 +00:00

11 lines
322 B
Diff

--- ./engine/src/.gn.orig
+++ ./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"