mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 12:15:43 +03:00
Do not force openssl version
This commit is contained in:
parent
43f3b4be7d
commit
1d40d47112
@ -258,7 +258,7 @@ configure_file(input : 'include/config.h.in',
|
||||
configuration : conf_data)
|
||||
|
||||
# We expect these libs to supplied with the distribution
|
||||
openssl_dep = dependency('openssl', version: '>=1.0.0')
|
||||
openssl_dep = dependency('openssl')
|
||||
curl_dep = dependency('libcurl')
|
||||
libuv_dep = dependency('libuv')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user