servo/controller/fw/embed/gen_compile_commands.py
2025-06-16 00:31:26 +03:00

8 lines
No EOL
195 B
Python

import os
Import("env")
# include toolchain paths
env.Replace(COMPILATIONDB_INCLUDE_TOOLCHAIN=True)
# override compilation DB path
env.Replace(COMPILATIONDB_PATH="compile_commands.json")