Fixed `m2ctx`

This commit is contained in:
gijs 2023-10-10 13:23:49 +02:00
parent 8aca547092
commit 9669273d02
1 changed files with 5 additions and 3 deletions

View File

@ -14,12 +14,14 @@ src_dir = root_dir + "src/"
CPP_FLAGS = [ CPP_FLAGS = [
"-Iinclude", "-Iinclude",
"-Isrc", "-Isrc",
"-Ilib/libreultra/include/2.0I/", "-Iinclude",
"-Iinclude/ultra",
"-Iinclude/ultra/PR",
"-D_LANGUAGE_C", "-D_LANGUAGE_C",
"-DF3DEX_GBI_2", "-DF3DEX_GBI_2",
"-D_MIPS_SZLONG=32", "-D_MIPS_SZLONG=32",
"-DSCRIPT(...)={}", # "-DSCRIPT(...)={}",
"-D__attribute__(...)=", # "-D__attribute__(...)=",
"-D__asm__(...)=", "-D__asm__(...)=",
"-ffreestanding", "-ffreestanding",
"-DM2CTX", "-DM2CTX",