hare

[hare] The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 2c1911d1aa537dd0f3c1a313a1438f04d8315ba8
parent d22363f0ff927c3b45405e30786f3c0f1ed484da
Author: Ember Sawady <ecs@d2evs.net>
Date:   Wed,  4 Dec 2024 22:16:47 +0000

scripts/genbootstrap: respect $HARE

Signed-off-by: Ember Sawady <ecs@d2evs.net>

Diffstat:
Mscripts/genbootstrap | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/genbootstrap b/scripts/genbootstrap @@ -2,7 +2,7 @@ cd "$(dirname "$0")/.." mkdir -p "${BINOUT:-.bin}" makefiles/ -hare build -o "${BINOUT:-.bin}"/genbootstrap cmd/genbootstrap +"${HARE:-hare}" build -o "${BINOUT:-.bin}"/genbootstrap cmd/genbootstrap for platform in linux freebsd openbsd netbsd; do platformtags= if [ $platform = "openbsd" ]; then