mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-04 01:03:00 -04:00
Update dtk & dtk-template
Fixes symlinks and decompctx not working
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@ if args.no_asm:
|
||||
# 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"
|
||||
|
||||
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user