diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-04-11 18:42:33 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-04-18 12:44:10 +0200 |
commit | 67afc2947e7e73e68955fd0638a24eb39c8c724a (patch) | |
tree | fdaa42d6871cf466d6c6176ad7cfcd7c59b95a54 | |
parent | 2e53ff4d37dbda318f9c33e631bbd9a1d27c9b8e (diff) | |
download | rules-cc-67afc2947e7e73e68955fd0638a24eb39c8c724a.tar.gz |
rules: Fix missing CXXFLAGS propagation for proto libs
-rw-r--r-- | CC/proto/RULES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CC/proto/RULES b/CC/proto/RULES index af484b0..39d342f 100644 --- a/CC/proto/RULES +++ b/CC/proto/RULES @@ -8,7 +8,7 @@ , "string_fields": ["name", "stage"] , "target_fields": ["srcs", "deps"] , "config_vars": - ["OS", "ARCH", "HOST_ARCH", "CXX", "CFLAGS", "ADD_CFLAGS", "AR", "ENV"] + ["OS", "ARCH", "HOST_ARCH", "CXX", "CXXFLAGS", "ADD_CXXFLAGS", "AR", "ENV"] , "implicit": { "protoc": [["@", "protoc", "", "protoc"]] , "defaults": [["./", "..", "defaults"]] |