mirror of https://github.com/xqemu/xqemu.git
Fix typo
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
50035d3db1
commit
9cf55765b9
|
@ -2188,7 +2188,7 @@ case "$target" in
|
||||||
target_darwin_user="yes"
|
target_darwin_user="yes"
|
||||||
;;
|
;;
|
||||||
${target_arch2}-bsd-user)
|
${target_arch2}-bsd-user)
|
||||||
if test "bsd" != "yes" ; then
|
if test "$bsd" != "yes" ; then
|
||||||
echo "ERROR: Target '$target' is only available on a BSD host"
|
echo "ERROR: Target '$target' is only available on a BSD host"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue