diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-29 14:07:03 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-29 16:34:54 -0400 |
| commit | cb7f4311d3a6c928e8e0264dd5a298f045fd17ba (patch) | |
| tree | 0d31f3eb9a9a7fa46de0ab05cf5b6aa375c1e0db | |
| parent | e1f98604a873feb3a3f76fe57400e8d58a5393ee (diff) | |
Add include dirs
| -rwxr-xr-x | configure.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.py b/configure.py index c6fe0b72..cbc38f33 100755 --- a/configure.py +++ b/configure.py @@ -179,6 +179,7 @@ config.asflags = [ "--strip-local-absolute", "-I include", f"-I build/{config.version}/include", + f"-I assets/{config.version}", f"--defsym version={version_num}", ] config.ldflags = [ @@ -227,6 +228,7 @@ cflags_base = [ "-multibyte", # For Wii compilers, replace with `-enc SJIS` "-i include", f"-i build/{config.version}/include", + f"-i assets/{config.version}", "-i src", "-i src/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common/Include", "-i src/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common_Embedded/Math/Include", |
