This attempts to ensure that out of tree usage remains stable. Differential Revision: https://reviews.llvm.org/D78656
4 lines
177 B
INI
4 lines
177 B
INI
config.substitutions.append(("%cmake", config.host_cmake))
|
|
config.substitutions.append(("%host_cxx", config.host_cxx))
|
|
config.substitutions.append(("%host_cc", config.host_cc))
|