default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

if [[ "${QEMU_VER:0:4}" == "0.15" ]]; then
  patch -p0 < "$SPELL_DIRECTORY/cflags.patch"
fi
