diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-10 15:24:14 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-10 16:28:59 +0100 |
commit | 427c835e7846a4070ec77e6439460944a1962fca (patch) | |
tree | 84117009fd3b0e0c0268b9e47fbcc109da005e1b /etc | |
parent | f93e4cdb371aa01ac157ce1a79e392ceb0108dad (diff) | |
download | justbuild-427c835e7846a4070ec77e6439460944a1962fca.tar.gz |
grpc: export config_vars
... as this library is used by different export targets.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/import/TARGETS.grpc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/import/TARGETS.grpc b/etc/import/TARGETS.grpc index fad89f88..d3badc3d 100644 --- a/etc/import/TARGETS.grpc +++ b/etc/import/TARGETS.grpc @@ -2076,6 +2076,27 @@ ] } , "config_vars": + { "type": "export" + , "target": "config_vars (unexported)" + , "flexible_config": + [ "OS" + , "ARCH" + , "HOST_ARCH" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + , "DEBUG" + , "CC" + , "CXX" + , "CFLAGS" + , "CXXFLAGS" + , "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ENV" + , "PKG_CONFIG_ARGS" + ] + } +, "config_vars (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["config_vars"] , "srcs": |