Skip to content

Instantly share code, notes, and snippets.

@JayFoxRox
Created July 13, 2018 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JayFoxRox/03bd9654b81eb3e287c2fce3062705a6 to your computer and use it in GitHub Desktop.
Save JayFoxRox/03bd9654b81eb3e287c2fce3062705a6 to your computer and use it in GitHub Desktop.
diff --git a/build.sh b/build.sh
index 86031fc8fe..5ab64ecaa2 100755
--- a/build.sh
+++ b/build.sh
@@ -50,7 +50,7 @@ set -x # Print commands from now on
        --disable-curl \
        --disable-vnc \
        --disable-docs \
-       --disable-tools \
+       --enable-tools \
        --disable-guest-agent \
        --disable-tpm \
        --disable-live-block-migration \
[fox@x230 xqemu2]$ ./qemu-img --version
qemu-img version 2.12.0 (7c98d0220d-dirty)
Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment