mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 06:18:58 +00:00
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:
@@ -308,7 +308,7 @@ main()
|
||||
qemu_options+=(security:--disable-static)
|
||||
fi
|
||||
|
||||
if [ -n ${static} ]; then
|
||||
if [ "${static}" == "true" ]; then
|
||||
qemu_options+=(misc:--static)
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user