Skip to content

Commit

Permalink
roll back openssl version change
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Dec 4, 2022
1 parent 5393a15 commit 6be8032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mariadb_dep = dependency('mariadb', required: false)
mysql_dep = dependency('mysql', required: false)
postgresql_dep = dependency('postgresql', required: get_option('POSTGRESQL'))
zlib_dep = dependency('zlib', version: '>=1.2.13', static: true, fallback: ['zlib', 'zlib_dep'], required: true)
openssl_dep = dependency('openssl', version: '>=1.1.1', static: true, fallback: ['openssl'], required: true)
openssl_dep = dependency('openssl', version: ['>=1.1.1', '<3.0.0'], static: true, fallback: ['openssl'], required: true)
utfcpp_dep = dependency('utf8cpp', static: true, required: false)
if not utfcpp_dep.found()
utfcpp_dep = dependency('utfcpp', static: true, fallback: ['utfcpp'], required: true)
Expand Down

0 comments on commit 6be8032

Please sign in to comment.