From 0ca76b495dfaa024dbe1b3e9fc1929e4ebfe8b4d Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 21 Sep 2022 11:06:41 +0200 Subject: grpc: Fix missing propagation of COMPILER_FAMILY --- etc/import/TARGETS.grpc | 1 + etc/import/src/compiler/TARGETS.grpc | 1 + 2 files changed, 2 insertions(+) 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)": -- cgit v1.2.3