File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 282282# #
283283# # TEMP WORKAROUND FOR RV32 LONG PATH ON WINDOWS
284284# #
285- LIBS_PROJ_NAME=" esp32-arduino-libs"
286285RVTC_VERSION=` cat $PACKAGE_JSON_TEMPLATE | jq -r " .packages[0].platforms[0].toolsDependencies[] | select(.name == \" $RVTC_NAME \" ) | .version" | cut -d ' _' -f 2`
287286# RVTC_VERSION=`date -j -f '%Y%m%d' "$RVTC_VERSION" '+%y%m'` # MacOS
288287RVTC_VERSION=` date -d " $RVTC_VERSION " ' +%y%m' `
@@ -303,8 +302,8 @@ rvtc_jq_arg="\
303302 (.packages[0].platforms[0].toolsDependencies[] | select(.name==\" $XS3TC_NAME \" )).name = \" $XS3TC_NEW_NAME \" |\
304303 (.packages[0].tools[] | select(.name==\" $XS3TC_NAME \" )).version = \" $RVTC_VERSION \" |\
305304 (.packages[0].tools[] | select(.name==\" $XS3TC_NAME \" )).name = \" $XS3TC_NEW_NAME \" "
306- cat " $PACKAGE_JSON_TEMPLATE " | jq " $rvtc_jq_arg " > " $OUTPUT_DIR /package-$LIBS_PROJ_NAME - rvfix.json"
307- PACKAGE_JSON_TEMPLATE=" $OUTPUT_DIR /package-$LIBS_PROJ_NAME - rvfix.json"
305+ cat " $PACKAGE_JSON_TEMPLATE " | jq " $rvtc_jq_arg " > " $OUTPUT_DIR /package-rvfix.json"
306+ PACKAGE_JSON_TEMPLATE=" $OUTPUT_DIR /package-rvfix.json"
308307
309308# #
310309# # PACKAGE JSON
You can’t perform that action at this time.
0 commit comments