mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 12:15:43 +03:00
Downgrade libcurl to 7.35.0
This commit is contained in:
parent
47e374981a
commit
257e6420ac
@ -258,7 +258,7 @@ configure_file(input : 'include/config.h.in',
|
||||
|
||||
# We expect these libs to supplied with the distribution
|
||||
openssl_dep = dependency('openssl', version: '>=1.0.0')
|
||||
curl_dep = dependency('libcurl', version: '>=7.47.0')
|
||||
curl_dep = dependency('libcurl', version: '>=7.35.0')
|
||||
libuv_dep = dependency('libuv', version: '>=1.8.0')
|
||||
|
||||
gmp_dep = meson.get_compiler('c').find_library('gmp')
|
||||
|
Loading…
Reference in New Issue
Block a user