commit 29fbde4fe95db7da3ee54882f3a29a10aea53b8d
parent a8fed5bf28773b261a5bb053bc2c8a5e85afacc9
Author: Lorenz (xha) <me@xha.li>
Date: Wed, 3 Jan 2024 08:57:03 +0100
.builds/freebsd.yml drop CC=cc workaround again
was fixed in QBE
Signed-off-by: Lorenz (xha) <me@xha.li>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
@@ -18,7 +18,7 @@ tasks:
fi
- qbe: |
cd qbe
- make -j2 CC=cc PREFIX=/usr
+ make -j2 PREFIX=/usr
sudo make install PREFIX=/usr
- harec: |
cd harec