summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-10-18 11:41:42 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-10-18 11:41:42 -0400
commitfaa0a17849e8f7904bff3ccd16039e5482558164 (patch)
tree928e387c0c690c21c371b2b1478e9271f4cf4100 /tools
parent9e29fd3c68e471560b8910dcde3028b2a4d487cd (diff)
Update dtk & dtk-template
Fixes symlinks and decompctx not working
Diffstat (limited to 'tools')
-rwxr-xr-xtools/decompctx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/decompctx.py b/tools/decompctx.py
index 21cfb26f..f31ade12 100755
--- a/tools/decompctx.py
+++ b/tools/decompctx.py
@@ -28,7 +28,7 @@ include_dirs = [
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()