mirror of https://github.com/zeldaret/mm.git
Fix m2ctx
This commit is contained in:
parent
7bd59aa8ea
commit
810e82de44
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue