Fix typo in gen_compile_commands.py (#535)

This commit is contained in:
Fexty 2025-06-03 21:42:29 +02:00 committed by GitHub
parent ad26daf9e4
commit fa28708ae1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",