From: Woo Chang Kim Date: Wed, 14 May 2025 09:23:40 +0000 (+0900) Subject: Change python to python2 X-Git-Tag: accepted/tizen/unified/20250515.012445^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git Change python to python2 Change-Id: I4163ee98d42143907f835c1dbdc6a25449e089f5 --- 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