diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-06-14 21:47:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-14 21:47:24 -0700 |
| commit | 3705eaedac1d21318ee708993d366b30cdc0e8ad (patch) | |
| tree | cd56b6eaa2e9f1ce8ab7d1a945f25b74e4b4c766 /tools/m2ctx.py | |
| parent | 0b375cadb0af6f2d95844cc674f84be0b148ae10 (diff) | |
Small general cleanup (#1644)
* m2ctx.py
* check warnings
* vimode includes
* bgcheck includes
* padmgr includes
* sprintf
* z_std_dma
* sys_ucode
* z64voice
* z64lib
* z64effect_ss
* segment_symbols.h
* padutils
* main
* stdarg.h
* fault
* bzero
* undefined_syms
* z64rumble
Diffstat (limited to 'tools/m2ctx.py')
| -rwxr-xr-x | tools/m2ctx.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/m2ctx.py b/tools/m2ctx.py index 23875eef0..2a971eea8 100755 --- a/tools/m2ctx.py +++ b/tools/m2ctx.py @@ -14,6 +14,7 @@ src_dir = root_dir / "src" # Project-specific CPP_FLAGS = [ "-Iinclude", + "-Iinclude/libc", "-Isrc", "-Iassets", "-Ibuild", |
