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",
|
"-Isrc",
|
||||||
"-Ibuild/n64-us",
|
"-Ibuild/n64-us",
|
||||||
"-I.",
|
"-I.",
|
||||||
|
"-Iextracted/n64-us",
|
||||||
|
|
||||||
"-DF3DEX_GBI_2",
|
"-DF3DEX_GBI_2",
|
||||||
"-DF3DEX_GBI_PL",
|
"-DF3DEX_GBI_PL",
|
||||||
|
|
@ -26,7 +27,7 @@ CPP_FLAGS = [
|
||||||
"-D_LANGUAGE_C",
|
"-D_LANGUAGE_C",
|
||||||
"-DNON_MATCHING",
|
"-DNON_MATCHING",
|
||||||
"-D_Static_assert(x, y)=",
|
"-D_Static_assert(x, y)=",
|
||||||
"-D__attribute__(x)="
|
"-D__attribute__(x)=",
|
||||||
"-D_MIPS_SZLONG=32",
|
"-D_MIPS_SZLONG=32",
|
||||||
"-ffreestanding",
|
"-ffreestanding",
|
||||||
"-DM2CTX",
|
"-DM2CTX",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue