Skip to content

Commit 8e53255

Browse files
committed
YMAKE_PYTHON => YMAKE_PYTHON3 for ts
commit_hash:d3338a1bff7bbd98b909624a96978006710dd89a
1 parent a847c75 commit 8e53255

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/conf/ts/node_modules.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ _PREPARE_DEPS_CMD=$TOUCH_UNIT \
4343

4444
# In case of no deps we need to create empty outputs for graph connectivity
4545
_PREPARE_NO_DEPS_CMD=$TOUCH_UNIT \
46-
&& $YMAKE_PYTHON ${input:"build/scripts/touch.py"} \
46+
&& $YMAKE_PYTHON3 ${input:"build/scripts/touch.py"} \
4747
$_PREPARE_DEPS_INOUTS \
4848
${hide;kv:"pc magenta"} ${hide;kv:"p TS_NODEP"}
4949

build/conf/ts/ts.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ _TS_PROJECT_SETUP_CMD=$EXTRACT_GENTAR
1717

1818
TS_CONFIG_PATH=tsconfig.json
1919

20-
EXTRACT_GENTAR=${cwd:BINDIR} $YMAKE_PYTHON ${input:"build/scripts/autotar_gendirs.py"} --unpack --ext .gentar ${ext=.gentar:AUTO_INPUT}
20+
EXTRACT_GENTAR=${cwd:BINDIR} $YMAKE_PYTHON3 ${input:"build/scripts/autotar_gendirs.py"} --unpack --ext .gentar ${ext=.gentar:AUTO_INPUT}
2121

2222
### @usage: TS_CONFIG(ConfigPath)
2323
###

0 commit comments

Comments
 (0)