From db551d3590528d6fdcb9459cb3494060b7ca7c81 Mon Sep 17 00:00:00 2001 From: Seeky <58006653+SeekyCt@users.noreply.github.com> Date: Sun, 29 Sep 2024 21:10:53 +0100 Subject: [PATCH] dtk-template 477ef5d --- configure.py | 4 ++-- tools/project.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.py b/configure.py index ae92530..c64e806 100644 --- a/configure.py +++ b/configure.py @@ -136,8 +136,8 @@ # Tool versions config.binutils_tag = "2.42-1" config.compilers_tag = "20240706" -config.dtk_tag = "v0.9.5" -config.objdiff_tag = "v2.0.0-beta.5" +config.dtk_tag = "v1.0.0" +config.objdiff_tag = "v2.2.0" config.sjiswrap_tag = "v1.1.1" config.wibo_tag = "0.6.11" diff --git a/tools/project.py b/tools/project.py index 2e7ad6b..c98b9d9 100644 --- a/tools/project.py +++ b/tools/project.py @@ -1242,6 +1242,7 @@ def add_unit( src_exists = obj.src_path is not None and obj.src_path.exists() if src_exists: unit_config["base_path"] = obj.src_obj_path + unit_config["metadata"]["source_path"] = obj.src_path cflags = obj.options["cflags"] reverse_fn_order = False @@ -1299,7 +1300,6 @@ def keep_flag(flag): { "complete": obj.completed, "reverse_fn_order": reverse_fn_order, - "source_path": obj.src_path, "progress_categories": progress_categories, } )