diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-09-21 11:06:41 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-09-21 11:06:41 +0200 |
commit | 0ca76b495dfaa024dbe1b3e9fc1929e4ebfe8b4d (patch) | |
tree | b877d97699c87b05ca0f2c577cd73b67ea40d2c7 | |
parent | c335e06646d89aaaaa3c5584e250ceccfdc3fe1a (diff) | |
download | justbuild-0ca76b495dfaa024dbe1b3e9fc1929e4ebfe8b4d.tar.gz |
grpc: Fix missing propagation of COMPILER_FAMILY
-rw-r--r-- | etc/import/TARGETS.grpc | 1 | ||||
-rw-r--r-- | etc/import/src/compiler/TARGETS.grpc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/import/TARGETS.grpc b/etc/import/TARGETS.grpc index af3663de..6025f092 100644 --- a/etc/import/TARGETS.grpc +++ b/etc/import/TARGETS.grpc @@ -1535,6 +1535,7 @@ [ "OS" , "ARCH" , "TARGET_ARCH" + , "COMPILER_FAMILY" , "AR" , "CC" , "CFLAGS" diff --git a/etc/import/src/compiler/TARGETS.grpc b/etc/import/src/compiler/TARGETS.grpc index d69ef432..59727115 100644 --- a/etc/import/src/compiler/TARGETS.grpc +++ b/etc/import/src/compiler/TARGETS.grpc @@ -53,6 +53,7 @@ , "HOST_ARCH" , "OS" , "TARGET_ARCH" + , "COMPILER_FAMILY" ] } , "grpc_cpp_plugin (implementation)": |