mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
2ebcd86dfe
When specified, the build will be configured for building build host tools only.
7 lines
112 B
Bash
Executable File
7 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Error: The build has been configured for building the build host tools" \
|
|
"only." >&2
|
|
exit 1
|
|
|