diff --git a/tools/devtools/gen_compile_commands.py b/tools/devtools/gen_compile_commands.py index 07220722ad..ae146c02bc 100755 --- a/tools/devtools/gen_compile_commands.py +++ b/tools/devtools/gen_compile_commands.py @@ -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",