1 2 3 4 5 6 7
import os Import("env") path = os.path.join("$BUILD_DIR", "compile_commands.json") env.Replace(COMPILATIONDB_PATH=path)