diff --git a/build.sh b/build.sh index 8339f2624f..66d6988c3b 100755 --- a/build.sh +++ b/build.sh @@ -113,7 +113,6 @@ set -x # Print commands from now on --disable-vhost-vsock \ --disable-vhost-user \ --disable-virtfs \ - --disable-libssh2 \ --disable-snappy \ --disable-bzip2 \ --disable-vde \ @@ -136,6 +135,6 @@ set -x # Print commands from now on --disable-blobs \ ${user_opts} -time make -j"${job_count}" subdir-i386-softmmu 2>&1 | tee build.log +time make -j"${job_count}" 2>&1 | tee build.log ${postbuild} # call post build functions