aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap.sh
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-09-01 14:08:13 +0200
committerlemon <lsof@mailbox.org>2022-09-01 14:08:13 +0200
commit20be17c11145ac2243eb537c8478be20e4bceb54 (patch)
tree2306a8fc58127e4789c560d39b69166987d1ba62 /bootstrap/bootstrap.sh
parent6ea6819e5a8b6e2b2c818249642e7923db9f81c8 (diff)
tweak makefile
Diffstat (limited to 'bootstrap/bootstrap.sh')
-rwxr-xr-xbootstrap/bootstrap.sh2
1 files changed, 1 insertions, 1 deletions
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