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