mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
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 [ $HOST_PLATFORM != haiku_host ]; then
|
||||
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
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user