diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-11-17 17:19:24 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-12-21 14:59:04 +0100 |
commit | 70b6f09bf80cbc8dadb12fbd6e2cb325de952c7f (patch) | |
tree | fed7728640407b9a11e861a0baaec6c51717c3a9 /TARGETS | |
parent | 6ce8a51993e0dfd8feebb51ede67c479c8a78e96 (diff) | |
download | justbuild-70b6f09bf80cbc8dadb12fbd6e2cb325de952c7f.tar.gz |
External: Add libcurl dependency
Diffstat (limited to 'TARGETS')
-rw-r--r-- | TARGETS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -134,6 +134,24 @@ } } } +, "libcurl": + { "type": "configure" + , "target": ["@", "libcurl", "", "curl"] + , "config": + { "type": "let*" + , "bindings": + [ ["ENABLE_ARES", true] + , ["HTTP_ONLY", true] + , ["CURL_USE_LIBPSL", false] + , ["CURL_USE_LIBSSH2", false] + ] + , "body": + { "type": "env" + , "vars": + ["ENABLE_ARES", "HTTP_ONLY", "CURL_USE_LIBPSL", "CURL_USE_LIBSSH2"] + } + } + } , "just-ext-hdrs": { "type": "configure" , "arguments_config": ["OS", "ARCH"] |