mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-01 19:46:36 +03:00
requires less-recent libcurl release
This commit is contained in:
parent
a8500ce23d
commit
c2a0800bf8
@ -296,7 +296,7 @@ configure_file(input : 'include/config.h.in',
|
||||
configuration : conf_data)
|
||||
|
||||
# We expect these libs to supplied with the distribution
|
||||
curl_dep = dependency('libcurl', version: '>=7.35.0')
|
||||
curl_dep = dependency('libcurl', version: '>=7.19.0')
|
||||
|
||||
if osdet == 'darwin' and not get_option('nix')
|
||||
libcrypto = meson.get_compiler('c').find_library('crypto', dirs: [ '/usr/local/opt/openssl/lib/' ])
|
||||
|
Loading…
Reference in New Issue
Block a user