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