diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-10-18 11:41:42 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-10-18 11:41:42 -0400 |
| commit | faa0a17849e8f7904bff3ccd16039e5482558164 (patch) | |
| tree | 928e387c0c690c21c371b2b1478e9271f4cf4100 /tools | |
| parent | 9e29fd3c68e471560b8910dcde3028b2a4d487cd (diff) | |
Update dtk & dtk-template
Fixes symlinks and decompctx not working
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/decompctx.py | 2 |
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() |
