diff --git a/build.sh b/build.sh
index b036efeea6..abebaae253 100755
--- a/build.sh
+++ b/build.sh
@@ -241,6 +241,10 @@ set -x # Print commands from now on
     --disable-sheepdog \
     --without-default-devices \
     --disable-blobs \
+    --disable-kvm \
+    --disable-hax \
+    --disable-hvf \
+    --disable-whpx \
     "$@"
 
 # Force imgui update now to work around annoying make issue