build: Disable slirp library

This commit is contained in:
Matt Borgerson 2020-03-30 00:31:42 -07:00
parent 8e50d32213
commit 8bfb9913ae

View File

@ -203,6 +203,7 @@ set -x # Print commands from now on
--disable-sheepdog \
--without-default-devices \
--disable-blobs \
--disable-slirp \
${user_opts}
time make -j"${job_count}" 2>&1 | tee build.log