Skip to content

Commit

Permalink
build: drop the required keyword when set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh committed Sep 13, 2024
1 parent dcbafae commit f993582
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 @@ -46,7 +46,7 @@ endif

if os != 'Linux'
cap_dep = []
kvm_dep = cc.find_library('kvm', required: true)
kvm_dep = cc.find_library('kvm')
else
cap_dep = dependency('libcap', version: '>=2.33')
kvm_dep = []
Expand Down

0 comments on commit f993582

Please sign in to comment.