Fix m2ctx

This commit is contained in:
Derek Hensley 2025-04-19 15:27:50 -07:00
parent 7bd59aa8ea
commit 810e82de44
1 changed files with 2 additions and 1 deletions

View File

@ -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",