pret / pokeplatinum

Decompilation of Pokémon Platinum
177 stars 61 forks source link

Use absolute path for directory in generated compile_commands.json #180

Closed lhearachel closed 5 months ago

lhearachel commented 5 months ago

Some editors (for some reason) move the CWD in and out of various directories when hooking into an LSP. This patches an issue where an editor moves into the src subdirectory, then tries to look for the build directory from within that subdir (and fails to find it, breaking LSP-integration).