Change python to python2 33/324233/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20250515.012445 accepted/tizen/unified/x/20250515.044758
authorWoo Chang Kim <wchang.kim@samsung.com>
Wed, 14 May 2025 09:23:40 +0000 (18:23 +0900)
committerWoo Chang Kim <wchang.kim@samsung.com>
Wed, 14 May 2025 09:23:40 +0000 (18:23 +0900)
Change-Id: I4163ee98d42143907f835c1dbdc6a25449e089f5

src/common/xwalk_js2c.gypi
tools/gyp/gyp

index 38d57104377e6d0b5c0e84b3a038854e4c273ee6..6d5e21d3e6b3c524db6295f13e21ca367db88e58 100644 (file)
@@ -11,7 +11,7 @@
       ],
       'process_outputs_as_sources': 1,
       'action': [
-        'python',
+        'python2',
         '<@(_inputs)',
         '<(RULE_INPUT_PATH)',
         'kSource_<(RULE_INPUT_ROOT)',
index d52e7116f5a5a9b634f55bbd7bda025c0a80367c..3d82e147f83ad332652bf0ccb8bd8225fd30a8b0 100755 (executable)
@@ -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