summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2025-06-25 14:40:06 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2025-06-25 15:02:12 +0200
commitf8ff7b606264a420532d305bf0e4ff001a4a12fc (patch)
tree0b82c5c543fefb6574acabba5130a74cebacacc3
parentc26fca88e1d80b7bfb8f6867ef572a17e51dc804 (diff)
downloadjustbuild-f8ff7b606264a420532d305bf0e4ff001a4a12fc.tar.gz
["@", "ssl", "", "exported crypto"]: make C++-related variable flexible
In commit da17ef5b04815ea3c6605274141a2e2b3b53b217, boringssl was (among other dependencies) updated. Due to this updated, ["", "crytpo-lib"] became a C++ library instead of a C one. Therefore, the variables governing C++ compilation should be flexible as well.
-rw-r--r--etc/import/TARGETS.boringssl3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/import/TARGETS.boringssl b/etc/import/TARGETS.boringssl
index 69bb781a..432bfec4 100644
--- a/etc/import/TARGETS.boringssl
+++ b/etc/import/TARGETS.boringssl
@@ -27,6 +27,9 @@
, "CC"
, "CFLAGS"
, "ADD_CFLAGS"
+ , "CXX"
+ , "CXXFLAGS"
+ , "ADD_CXXFLAGS"
, "AR"
, "ENV"
]