From 20be17c11145ac2243eb537c8478be20e4bceb54 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 1 Sep 2022 14:08:13 +0200 Subject: tweak makefile --- bootstrap/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh index 5669fd3..3242ffc 100755 --- a/bootstrap/bootstrap.sh +++ b/bootstrap/bootstrap.sh @@ -3,7 +3,7 @@ cd $(dirname "$0") if [ x"$CC" == x ]; then - export CC=cc + export CC=gcc fi if command -v ccache > /dev/null; then -- cgit v1.2.3