diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2025-05-25 19:10:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-25 19:10:03 -0700 |
| commit | 13d92a413bf8ca267d865e34cf74b608d2c0ed48 (patch) | |
| tree | c4736858a50df1126dde568b8117aefeb5495f9e /tools/m2ctx.py | |
| parent | c99e2328ef952b7a443ac58a59950b8d637f7b16 (diff) | |
Misc Fixes (#1809)
* EnAn MsgScriptCallback
* Version check
* Write .extracted-assets.json to outputDir
* Fix m2ctx
* Fix boot_functions.csv
Diffstat (limited to 'tools/m2ctx.py')
| -rwxr-xr-x | tools/m2ctx.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/m2ctx.py b/tools/m2ctx.py index 2e78becd8..55dd79dfd 100755 --- a/tools/m2ctx.py +++ b/tools/m2ctx.py @@ -18,6 +18,7 @@ CPP_FLAGS = [ "-Isrc", "-Ibuild/n64-us", "-I.", + "-Iextracted/n64-us", "-DF3DEX_GBI_2", "-DF3DEX_GBI_PL", @@ -26,7 +27,7 @@ CPP_FLAGS = [ "-D_LANGUAGE_C", "-DNON_MATCHING", "-D_Static_assert(x, y)=", - "-D__attribute__(x)=" + "-D__attribute__(x)=", "-D_MIPS_SZLONG=32", "-ffreestanding", "-DM2CTX", |
