From 906cb2a4c05e3470a67154b8edb56dbd0315a16b Mon Sep 17 00:00:00 2001 From: "Stephen (Alex) Wallen" Date: Thu, 28 Jul 2022 07:23:03 -1000 Subject: [PATCH] Update python3 reference to vpython3 (flutter/engine#34952) --- engine/src/flutter/tools/gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/tools/gn b/engine/src/flutter/tools/gn index 2028fe26bf3..2cfc42920b0 100755 --- a/engine/src/flutter/tools/gn +++ b/engine/src/flutter/tools/gn @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#!/usr/bin/env vpython3 # Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file.