mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
Fix typo in gen_compile_commands.py (#535)
This commit is contained in:
parent
ad26daf9e4
commit
fa28708ae1
|
|
@ -8,7 +8,7 @@ builddir = homedir / "build"
|
|||
|
||||
cwsdkdir = homedir / "subprojects" / "metroskrew" / "lib" / "metroskrew" / "sdk" / "ds" / "2.0" / "sp2"
|
||||
cwlibcdir = cwsdkdir / "msl" / "MSL_C" / "MSL_Common" / "Include"
|
||||
cwextrasdir = cwsdkdir / "msl" / "MSL_Extras" / "MSL_Common" / "Inlcude"
|
||||
cwextrasdir = cwsdkdir / "msl" / "MSL_Extras" / "MSL_Common" / "Include"
|
||||
|
||||
arm7_c_flags = [
|
||||
"arm-none-eabi-gcc",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user