diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-16 12:13:55 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-06-16 12:15:33 +0200 |
commit | 5d3695512ebf6664c47315fc96cdb49e781cc2fa (patch) | |
tree | a801875dabf5c26c2f930284b13fc80934826600 | |
parent | 3f4be00888db39abea7d6789b15269f79f084afc (diff) | |
download | justbuild-5d3695512ebf6664c47315fc96cdb49e781cc2fa.tar.gz |
TARGETS.curl: do not configure COMPILER_FAMILY
... as this would result in cares used in a different configuration,
causing conflicts if cares is used directly.
-rw-r--r-- | etc/import/TARGETS.curl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/import/TARGETS.curl b/etc/import/TARGETS.curl index 7cf92daa..9f77fef4 100644 --- a/etc/import/TARGETS.curl +++ b/etc/import/TARGETS.curl @@ -249,9 +249,6 @@ {"type": "fail", "msg": "Required variable 'OS' is not set."} } ] - , [ "COMPILER_FAMILY" - , {"type": "var", "name": "COMPILER_FAMILY", "default": "unknown"} - ] , [ "TARGET_ARCH" , { "type": "var" , "name": "TARGET_ARCH" |