fix configure arguments

This commit is contained in:
hexcoder 2021-02-15 09:24:13 +01:00 committed by GitHub
parent 98559ea8b0
commit fe477e96ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -255,7 +255,7 @@ if [ "$STATIC" = "1" ]; then
else
QEMU_CONF_FLAGS="{$QEMU_CONF_FLAGS} --enable-pie "
QEMU_CONF_FLAGS="${QEMU_CONF_FLAGS} --enable-pie "
fi