mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-24 18:35:44 -05:00
Fix typo in gen_compile_commands.py (#535)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user