Skip to content

Commit

Permalink
meson: Fix OpenSSL options logic for MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed May 30, 2024
1 parent 95839d4 commit 75811d0
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 @@ -550,7 +550,7 @@ openssl_options = [
'cli=disabled',
]
if host_os_family == 'windows' and cc.get_argument_syntax() != 'msvc'
openssl_options += '-Dasm=disabled'
openssl_options += 'asm=disabled'
endif
dependency('openssl',
required: false,
Expand Down

0 comments on commit 75811d0

Please sign in to comment.