Switch to the official PROGPATH

This commit is contained in:
Ivan Kravets
2022-07-30 12:16:32 +03:00
parent 6653c02487
commit fa0de1dad4

View File

@ -165,7 +165,7 @@ def DumpIntegrationData(*args):
"gdb_path": where_is_program(
globalenv.subst("$GDB"), globalenv.subst("${ENV['PATH']}")
),
"prog_path": globalenv.subst("$PROG_PATH"),
"prog_path": globalenv.subst("$PROGPATH"),
"svd_path": dump_svd_path(globalenv),
"compiler_type": globalenv.GetCompilerType(),
"targets": globalenv.DumpTargets(),