diff options
Diffstat (limited to 'common.sh')
| -rwxr-xr-x | common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ build_install_qemu() MAKE="make -j $(getconf _NPROCESSORS_ONLN) LOCALVERSION=" pushd qemu >/dev/null - run_cmd ./configure --target-list=x86_64-softmmu --prefix=$DEST + run_cmd ./configure --disable-werror --target-list=x86_64-softmmu --prefix=$DEST run_cmd $MAKE run_cmd $MAKE install popd >/dev/null |
