diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-08-23 18:36:11 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-09-13 10:51:13 +0200 |
commit | cd3aca120aac5c8817503290af3ce28085a02d83 (patch) | |
tree | 7f371d17f5d2e6305d0b17e4ba7cd22ed2d8a8cf /TARGETS | |
parent | 4bd4a86034feb3c12c2980a8973eb2b93faa7445 (diff) | |
download | justbuild-cd3aca120aac5c8817503290af3ce28085a02d83.tar.gz |
Externals: Propagate 'COMPILER_FAMILY' and 'DEBUG' variables
Diffstat (limited to 'TARGETS')
-rw-r--r-- | TARGETS | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -7,6 +7,8 @@ , "ARCH" , "HOST_ARCH" , "TARGET_ARCH" + , "DEBUG" + , "COMPILER_FAMILY" , "CC" , "CXX" , "AR" @@ -33,7 +35,17 @@ , "USE_GSSAPI": false } , "flexible_config": - ["OS", "ARCH", "HOST_ARCH", "TARGET_ARCH", "CXX", "AR", "ENV"] + [ "OS" + , "ARCH" + , "HOST_ARCH" + , "TARGET_ARCH" + , "COMPILER_FAMILY" + , "DEBUG" + , "CXX" + , "CC" + , "AR" + , "ENV" + ] } , "just-ext-hdrs": { "type": ["@", "rules", "CC", "configure"] |