diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2023-02-17 12:35:58 +0100 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2023-02-17 14:53:43 +0100 |
commit | ae8db3f7484e5b6e7ef6b0f0f9243d84820c2236 (patch) | |
tree | 2044f1a80d4705a56d34b56770f72f76f256d68c /etc | |
parent | 53c724aabe98841f4cfb3b0e11fb92d6d7b8d48e (diff) | |
download | justbuild-ae8db3f7484e5b6e7ef6b0f0f9243d84820c2236.tar.gz |
bugfix: export CXX related config_vars on pure C libs that depend on
CXX libs
Diffstat (limited to 'etc')
-rw-r--r-- | etc/import/TARGETS.archive | 3 | ||||
-rw-r--r-- | etc/import/TARGETS.curl | 3 | ||||
-rw-r--r-- | etc/import/TARGETS.git2 | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/etc/import/TARGETS.archive b/etc/import/TARGETS.archive index 59cde6b8..6b3c2e9d 100644 --- a/etc/import/TARGETS.archive +++ b/etc/import/TARGETS.archive @@ -12,6 +12,9 @@ , "CC" , "CFLAGS" , "ADD_CFLAGS" + , "CXX" + , "CXXFLAGS" + , "ADD_CXXFLAGS" , "AR" , "ENV" , "ENABLE_MBEDTLS" diff --git a/etc/import/TARGETS.curl b/etc/import/TARGETS.curl index 87c10512..fe1fde5d 100644 --- a/etc/import/TARGETS.curl +++ b/etc/import/TARGETS.curl @@ -12,6 +12,9 @@ , "CC" , "CFLAGS" , "ADD_CFLAGS" + , "CXX" + , "CXXFLAGS" + , "ADD_CXXFLAGS" , "AR" , "ENV" , "CURL_HIDDEN_SYMBOLS" diff --git a/etc/import/TARGETS.git2 b/etc/import/TARGETS.git2 index ea6ba8be..7b0e0503 100644 --- a/etc/import/TARGETS.git2 +++ b/etc/import/TARGETS.git2 @@ -11,6 +11,9 @@ , "CC" , "CFLAGS" , "ADD_CFLAGS" + , "CXX" + , "CXXFLAGS" + , "ADD_CXXFLAGS" , "AR" , "ENV" , "USE_SYSTEM_LIBS" |