We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d405f commit 5cd8e06Copy full SHA for 5cd8e06
meson.build
@@ -43,7 +43,7 @@ else
43
os = option_os
44
endif
45
46
-if os != 'Linux'
+if os != 'Linux' and os != 'GNU'
47
kvm_dep = cc.find_library('kvm', required: true)
48
else
49
kvm_dep = []
0 commit comments