summaryrefslogtreecommitdiff
path: root/minion/scripts/override_compiledb_path.py
blob: 3048b3eef08c9f356c70042665eb4be4e5b80569 (plain)
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)