From 69e0f3e391e97f17292652f62283395f10358c71 Mon Sep 17 00:00:00 2001 From: Woo Chang Kim Date: Wed, 14 May 2025 18:23:40 +0900 Subject: [PATCH] Change python to python2 Change-Id: I4163ee98d42143907f835c1dbdc6a25449e089f5 --- src/common/xwalk_js2c.gypi | 2 +- tools/gyp/gyp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/xwalk_js2c.gypi b/src/common/xwalk_js2c.gypi index 38d57104..6d5e21d3 100644 --- a/src/common/xwalk_js2c.gypi +++ b/src/common/xwalk_js2c.gypi @@ -11,7 +11,7 @@ ], 'process_outputs_as_sources': 1, 'action': [ - 'python', + 'python2', '<@(_inputs)', '<(RULE_INPUT_PATH)', 'kSource_<(RULE_INPUT_ROOT)', diff --git a/tools/gyp/gyp b/tools/gyp/gyp index d52e7116..3d82e147 100755 --- a/tools/gyp/gyp +++ b/tools/gyp/gyp @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 # Copyright (c) 2009 Google Inc. All rights reserved. # Use of this source code is governed by a BSD-style license that can be -- 2.34.1