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