build: Disable non-TCG accels

This commit is contained in:
Matt Borgerson 2021-02-11 00:27:23 -07:00 committed by mborgerson
parent b536ac07d6
commit f45dbbad90
1 changed files with 4 additions and 0 deletions

View File

@ -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