Skip to content

Commit

Permalink
Update dtk & dtk-template
Browse files Browse the repository at this point in the history
Fixes symlinks and decompctx not working
  • Loading branch information
LagoLunatic committed Oct 18, 2024
1 parent 9e29fd3 commit faa0a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
# Tool versions
config.binutils_tag = "2.42-1"
config.compilers_tag = "20240706"
config.dtk_tag = "v1.1.3"
config.dtk_tag = "v1.1.4"
config.objdiff_tag = "v2.3.2"
config.sjiswrap_tag = "v1.1.1"
config.wibo_tag = "0.6.11"
Expand Down
2 changes: 1 addition & 1 deletion tools/decompctx.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
os.path.join(root_dir, "src/PowerPC_EABI_Support/Runtime/Inc"),
]

include_pattern = re.compile(r'^#include\s*[<"](.+?)[>"]$')
include_pattern = re.compile(r'^#include\s*[<"](.+?)[>"]')
guard_pattern = re.compile(r"^#ifndef\s+(.*)$")

defines = set()
Expand Down

0 comments on commit faa0a17

Please sign in to comment.