hare

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

commit 901444ae276c91a8122448b53bca9a1d3defb15f
parent 5b11b5bee6671f2667198ea52f35e95a952d0873
Author: Sertonix <sertonix@posteo.net>
Date:   Fri,  1 Dec 2023 22:56:26 +0000

scripts/genbootstrap: reset platformtags

Signed-off-by: Sertonix <sertonix@posteo.net>

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

diff --git a/scripts/genbootstrap b/scripts/genbootstrap @@ -1,10 +1,10 @@ #!/bin/sh -eu -platformtags= cd "$(dirname "$0")/.." mkdir -p "${BINOUT:-.bin}" makefiles/ hare build -o "${BINOUT:-.bin}"/genbootstrap cmd/genbootstrap for platform in linux freebsd openbsd; do + platformtags= if [ $platform = "openbsd" ]; then platformtags=libc fi