Skip to content

Commit

Permalink
add missing check for strnstr() to meson build
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Metzler <[email protected]>
  • Loading branch information
Andreas Metzler authored and ueno committed Dec 31, 2023
1 parent 2057776 commit 81715a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ if host_system != 'windows'
'mkstemp',
'readpassphrase',
'secure_getenv',
'strndup'
'strndup',
'strnstr'
]
if ['linux'].contains(host_system)
functions += [
Expand Down

0 comments on commit 81715a2

Please sign in to comment.