File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ _PREPARE_DEPS_CMD=$TOUCH_UNIT \
43
43
44
44
# In case of no deps we need to create empty outputs for graph connectivity
45
45
_PREPARE_NO_DEPS_CMD=$TOUCH_UNIT \
46
- && $YMAKE_PYTHON ${input:"build/scripts/touch.py"} \
46
+ && $YMAKE_PYTHON3 ${input:"build/scripts/touch.py"} \
47
47
$_PREPARE_DEPS_INOUTS \
48
48
${hide;kv:"pc magenta"} ${hide;kv:"p TS_NODEP"}
49
49
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ _TS_PROJECT_SETUP_CMD=$EXTRACT_GENTAR
17
17
18
18
TS_CONFIG_PATH=tsconfig.json
19
19
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}
21
21
22
22
### @usage: TS_CONFIG(ConfigPath)
23
23
###
You can’t perform that action at this time.
0 commit comments