6 lines
101 B
Python
6 lines
101 B
Python
import os
|
|
Import("env")
|
|
|
|
# include toolchain paths
|
|
env.Replace(COMPILATIONDB_INCLUDE_TOOLCHAIN=True)
|