4 lines
111 B
Python
4 lines
111 B
Python
import os
|
|
Import("env")
|
|
|
|
env.Replace(COMPILATIONDB_PATH=os.path.join("$PROJECT_DIR", "compile_commands.json"))
|