configure: fix error message
Signed-off-by: Matt Madia <mattmadia@gmail.com>
This commit is contained in:
parent
80262a91e2
commit
eaef83a97a
2
configure
vendored
2
configure
vendored
@ -692,7 +692,7 @@ else
|
|||||||
if [ -z "$targetArchs" ]; then
|
if [ -z "$targetArchs" ]; then
|
||||||
if [ $HOST_PLATFORM != haiku_host ]; then
|
if [ $HOST_PLATFORM != haiku_host ]; then
|
||||||
echo "Please specify the build tools to use or build (via" \
|
echo "Please specify the build tools to use or build (via" \
|
||||||
"--cross-tools-prefix or --build-cross-tools) or specify a"
|
"--cross-tools-prefix or --build-cross-tools) or specify a" \
|
||||||
"host-only build (--host-only)." >&2
|
"host-only build (--host-only)." >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user