summaryrefslogtreecommitdiff
path: root/tools/m2ctx.py
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2025-05-25 19:10:03 -0700
committerGitHub <noreply@github.com>2025-05-25 19:10:03 -0700
commit13d92a413bf8ca267d865e34cf74b608d2c0ed48 (patch)
treec4736858a50df1126dde568b8117aefeb5495f9e /tools/m2ctx.py
parentc99e2328ef952b7a443ac58a59950b8d637f7b16 (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-xtools/m2ctx.py3
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",