xref: /haiku/build/scripts/host_build_only (revision 5e96d7d537fbec23bad4ae9b4c8e7b02e769f0c6)
1#!/bin/sh
2
3echo "Error: The build has been configured for building the build host tools" \
4	"only." >&2
5exit 1
6
7