Skip to content

Commit

Permalink
dtk-template 477ef5d
Browse files Browse the repository at this point in the history
  • Loading branch information
SeekyCt committed Sep 29, 2024
1 parent 00216ef commit db551d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion tools/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
}
)
Expand Down

0 comments on commit db551d3

Please sign in to comment.