scripts: Fix qemu build.

Fix build when we are not building as static qemu.

Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
Jose Carlos Venegas Munoz
2018-07-03 14:43:30 -05:00
parent 4eae71e4b3
commit 2d0c9cc4f7

View File

@@ -308,7 +308,7 @@ main()
qemu_options+=(security:--disable-static)
fi
if [ -n ${static} ]; then
if [ "${static}" == "true" ]; then
qemu_options+=(misc:--static)
fi